#650A1E

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

Shades of Pohutukawa #650A1E

Tints of Pohutukawa #650A1E

Color information

#650A1E (or 0x650A1E) is unknown color: approx Pohutukawa. HEX triplet: 65, 0A and 1E. RGB value is (101,10,30). Sum of RGB (Red+Green+Blue) = 101+10+30=141 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.63% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 101 - color contains mainly: red. Hex color #650A1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650A1E is #9AF5E1. Grayscale: #272727. Windows color (decimal): -10155490 or 1968741. OLE color: 1968741.

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

Color convert

RGB1011030-
CMYK00.900.700.60
HSL346.81º81.98%21.76%-
HSV(B)346.81º90.1%39.61%-
XYZ5.713.081.52-
YUV39.49122.65171.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 71.63%
GREEN value IS 10 (4.30% from 255) = 7.09%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=71.63%
G=7.09%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101103000.900.700.60346.8181.9821.76
Hex65A1E05A463C15b5216
Octal145123601321067453312226
Binary1100101101011110010110101000110111100101011011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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