#650612

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

Shades of Pohutukawa #650612

Tints of Pohutukawa #650612

Color information

#650612 (or 0x650612) is unknown color: approx Pohutukawa. HEX triplet: 65, 06 and 12. RGB value is (101,6,18). Sum of RGB (Red+Green+Blue) = 101+6+18=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #650612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650612 is #9AF9ED. Grayscale: #232323. Windows color (decimal): -10156526 or 1181285. OLE color: 1181285.

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

Color convert

RGB101618-
CMYK00.940.820.60
HSL352.42º88.79%20.98%-
HSV(B)352.42º94.06%39.61%-
XYZ5.542.940.85-
YUV35.77117.97174.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.8%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=80.8%
G=4.8%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10161800.940.820.60352.4288.7920.98
Hex6561205E523C1605915
Octal14562201361227454013125
Binary110010111010010010111101010010111100101100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650612; }

 p { color: rgb(101,6,18); }

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

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

 a { background-color: rgb(101,6,18); }

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

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

 span { border-color: rgb(101,6,18); }

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