#650A1C

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

Shades of Pohutukawa #650A1C

Tints of Pohutukawa #650A1C

Color information

#650A1C (or 0x650A1C) is unknown color: approx Pohutukawa. HEX triplet: 65, 0A and 1C. RGB value is (101,10,28). Sum of RGB (Red+Green+Blue) = 101+10+28=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #650A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650A1C is #9AF5E3. Grayscale: #272727. Windows color (decimal): -10155492 or 1837669. OLE color: 1837669.

HSL color Cylindrical-coordinate representation of color #650A1C: hue angle of 348.13º 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 #650A1C is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1011028-
CMYK00.900.720.60
HSL348.13º81.98%21.76%-
HSV(B)348.13º90.1%39.61%-
XYZ5.683.071.39-
YUV39.26121.65172.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 72.66%
GREEN value IS 10 (4.30% from 255) = 7.19%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=72.66%
G=7.19%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101102800.900.720.60348.1381.9821.76
Hex65A1C05A483C15c5216
Octal145123401321107453412226
Binary1100101101011100010110101001000111100101011100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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