#650A12

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

Shades of Pohutukawa #650A12

Tints of Pohutukawa #650A12

Color information

#650A12 (or 0x650A12) is unknown color: approx Pohutukawa. HEX triplet: 65, 0A and 12. RGB value is (101,10,18). Sum of RGB (Red+Green+Blue) = 101+10+18=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #650A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650A12 is #9AF5ED. Grayscale: #262626. Windows color (decimal): -10155502 or 1182309. OLE color: 1182309.

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

Color convert

RGB1011018-
CMYK00.900.820.60
HSL354.73º81.98%21.76%-
HSV(B)354.73º90.1%39.61%-
XYZ5.583.030.86-
YUV38.12116.65172.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.29%
GREEN value IS 10 (4.30% from 255) = 7.75%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=78.29%
G=7.75%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101101800.900.820.60354.7381.9821.76
Hex65A1205A523C1635216
Octal145122201321227454312226
Binary1100101101010010010110101010010111100101100011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650A12; }

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

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

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

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

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

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

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

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