#61090C

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

Shades of Pohutukawa #61090C

Tints of Pohutukawa #61090C

Color information

#61090C (or 0x61090C) is unknown color: approx Pohutukawa. HEX triplet: 61, 09 and 0C. RGB value is (97,9,12). Sum of RGB (Red+Green+Blue) = 97+9+12=118 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.20% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 97 - color contains mainly: red. Hex color #61090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61090C is #9EF6F3. Grayscale: #232323. Windows color (decimal): -10417908 or 788833. OLE color: 788833.

HSL color Cylindrical-coordinate representation of color #61090C: hue angle of 357.95º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61090C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB97912-
CMYK00.910.880.62
HSL357.95º83.02%20.78%-
HSV(B)357.95º90.72%38.04%-
XYZ5.092.760.61-
YUV35.65114.65171.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 82.20%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 12 (5.08% from 255) = 10.17%
R=82.20%
G=7.63%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9791200.910.880.62357.9583.0220.78
Hex619C05B583E1665315
Octal141111401331307654612325
Binary110000110011100010110111011000111110101100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61090C; }

 p { color: rgb(97,9,12); }

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

<style>
 a { background-color: #61090C; }

 a { background-color: rgb(97,9,12); }

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

<style>
 span { border-color: #61090C; }

 span { border-color: rgb(97,9,12); }

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