#650A0D

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

Shades of Pohutukawa #650A0D

Tints of Pohutukawa #650A0D

Color information

#650A0D (or 0x650A0D) is unknown color: approx Pohutukawa. HEX triplet: 65, 0A and 0D. RGB value is (101,10,13). Sum of RGB (Red+Green+Blue) = 101+10+13=124 (16% of max value = 765). Red value is 101 (39.84% from 255 or 81.45% from 124); Green value is 10 (4.30% from 255 or 8.06% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 101 - color contains mainly: red. Hex color #650A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650A0D is #9AF5F2. Grayscale: #252525. Windows color (decimal): -10155507 or 854629. OLE color: 854629.

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

Color convert

RGB1011013-
CMYK00.900.870.60
HSL358.02º81.98%21.76%-
HSV(B)358.02º90.1%39.61%-
XYZ5.553.010.67-
YUV37.55114.15173.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 81.45%
GREEN value IS 10 (4.30% from 255) = 8.06%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=81.45%
G=8.06%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101101300.900.870.60358.0281.9821.76
Hex65AD05A573C1665216
Octal145121501321277454612226
Binary110010110101101010110101010111111100101100110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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