#61090F

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

Shades of Pohutukawa #61090F

Tints of Pohutukawa #61090F

Color information

#61090F (or 0x61090F) is unknown color: approx Pohutukawa. HEX triplet: 61, 09 and 0F. RGB value is (97,9,15). Sum of RGB (Red+Green+Blue) = 97+9+15=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #61090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61090F is #9EF6F0. Grayscale: #242424. Windows color (decimal): -10417905 or 985441. OLE color: 985441.

HSL color Cylindrical-coordinate representation of color #61090F: hue angle of 355.91º 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 #61090F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB97915-
CMYK00.910.850.62
HSL355.91º83.02%20.78%-
HSV(B)355.91º90.72%38.04%-
XYZ5.112.770.72-
YUV36116.15171.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.17%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=80.17%
G=7.44%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9791500.910.850.62355.9183.0220.78
Hex619F05B553E1645315
Octal141111701331257654412325
Binary110000110011111010110111010101111110101100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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