#610A0B

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

Shades of Pohutukawa #610A0B

Tints of Pohutukawa #610A0B

Color information

#610A0B (or 0x610A0B) is unknown color: approx Pohutukawa. HEX triplet: 61, 0A and 0B. RGB value is (97,10,11). Sum of RGB (Red+Green+Blue) = 97+10+11=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #610A0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610A0B is #9EF5F4. Grayscale: #242424. Windows color (decimal): -10417653 or 723553. OLE color: 723553.

HSL color Cylindrical-coordinate representation of color #610A0B: hue angle of 359.31º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A0B is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB971011-
CMYK00.900.890.62
HSL359.31º81.31%20.98%-
HSV(B)359.31º89.69%38.04%-
XYZ5.12.780.58-
YUV36.13113.82171.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 82.20%
GREEN value IS 10 (4.30% from 255) = 8.47%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=82.20%
G=8.47%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97101100.900.890.62359.3181.3120.98
Hex61AB05A593E1675115
Octal141121301321317654712125
Binary110000110101011010110101011001111110101100111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610A0B; }

 p { color: rgb(97,10,11); }

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

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

 a { background-color: rgb(97,10,11); }

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

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

 span { border-color: rgb(97,10,11); }

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