#610409

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

Shades of Pohutukawa #610409

Tints of Pohutukawa #610409

Color information

#610409 (or 0x610409) is unknown color: approx Pohutukawa. HEX triplet: 61, 04 and 09. RGB value is (97,4,9). Sum of RGB (Red+Green+Blue) = 97+4+9=110 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.18% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 97 - color contains mainly: red. Hex color #610409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610409 is #9EFBF6. Grayscale: #202020. Windows color (decimal): -10419191 or 590945. OLE color: 590945.

HSL color Cylindrical-coordinate representation of color #610409: hue angle of 356.77º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610409 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB9749-
CMYK00.960.910.62
HSL356.77º92.08%19.8%-
HSV(B)356.77º95.88%38.04%-
XYZ5.022.650.5-
YUV32.38114.81174.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 88.18%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=88.18%
G=3.64%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal974900.960.910.62356.7792.0819.8
Hex61490605B3E1655c14
Octal14141101401337654513424
Binary11000011001001011000001011011111110101100101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610409; }

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

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

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

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

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

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

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

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