#650912

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

Shades of Pohutukawa #650912

Tints of Pohutukawa #650912

Color information

#650912 (or 0x650912) is unknown color: approx Pohutukawa. HEX triplet: 65, 09 and 12. RGB value is (101,9,18). Sum of RGB (Red+Green+Blue) = 101+9+18=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #650912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650912 is #9AF6ED. Grayscale: #252525. Windows color (decimal): -10155758 or 1182053. OLE color: 1182053.

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

Color convert

RGB101918-
CMYK00.910.820.60
HSL354.13º83.64%21.57%-
HSV(B)354.13º91.09%39.61%-
XYZ5.573.010.86-
YUV37.53116.98173.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.91%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=78.91%
G=7.03%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10191800.910.820.60354.1383.6421.57
Hex6591205B523C1625416
Octal145112201331227454212426
Binary1100101100110010010110111010010111100101100010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650912; }

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

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

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

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

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

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

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

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