#650725

Color #650725 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #650725

Tints of Pohutukawa #650725

Color information

#650725 (or 0x650725) is unknown color: approx Pohutukawa. HEX triplet: 65, 07 and 25. RGB value is (101,7,37). Sum of RGB (Red+Green+Blue) = 101+7+37=145 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.66% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 101 - color contains mainly: red. Hex color #650725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650725 is #9AF8DA. Grayscale: #262626. Windows color (decimal): -10156251 or 2426725. OLE color: 2426725.

HSL color Cylindrical-coordinate representation of color #650725: hue angle of 340.85º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650725 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB101737-
CMYK00.930.630.60
HSL340.85º87.04%21.18%-
HSV(B)340.85º93.07%39.61%-
XYZ5.783.052.03-
YUV38.53127.14172.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 69.66%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=69.66%
G=4.83%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10173700.930.630.60340.8587.0421.18
Hex6572505D3F3C1555715
Octal1457450135777452512725
Binary110010111110010101011101111111111100101010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650725; }

 p { color: rgb(101,7,37); }

 H1.HeaderClassName
 {
   color: #650725;
 }
 .AnyTagClassName
 {
   color: #650725;
 }
</style>
background-color css

<style>
 a { background-color: #650725; }

 a { background-color: rgb(101,7,37); }

 div.DivClassName
 {
   background-color: #650725;
 }
 .BgClassName
 {
   background-color: #650725;
 }
</style>
border-color css

<style>
 span { border-color: #650725; }

 span { border-color: rgb(101,7,37); }

 td.TdClassName
 {
   border-color: #650725;
 }
 .TagClassName
 {
   border-color: #650725;
 }
</style>