Html Css Color HEX #610209 Pohutukawa

📋 copy color: '#610209'

red 97 ◦ green 2 ◦ blue 9

#610209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #610209

Tints of Pohutukawa #610209

RGB

 RED value IS 97 (38.28% from 255) = 89.81%

 GREEN value IS 2 (1.17% from 255) = 1.85%

 BLUE value IS 9 (3.91% from 255) = 8.33%

R = 89.81%
G = 1.85%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#610209 (or 0x610209) is known color: Pohutukawa. HEX triplet: 61, 02 and 09. RGB value is (97,2,9). Sum of RGB (Red+Green+Blue) = 97+2+9=108 (14% of max value = 765). Red value is 97 (38.28% from 255 or 89.81% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 97 - color contains mainly: red. Hex color #610209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610209 is #9EFDF6. Grayscale: #1F1F1F. Windows color (decimal): -10419703 or 590433. OLE color: 590433.

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

Color convert

RGB 97 2 9 -
CMYK 0 0.98 0.91 0.62
HSL 355.58º 0.96% 0.19% -
HSV(B) 355.58º 0.98% 0.38% -
XYZ 5 2.6 0.5 -
YUV 31.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 97 2 9 0 0.98 0.91 0.62 355.58 0.96 0.19
Hex 61 2 9 0 62 5B 3E 164 60 13
Octal 141 2 11 0 142 133 76 544 140 23
Binary 1100001 10 1001 0 1100010 1011011 111110 101100100 1100000 10011

Color Harmonies of #610209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610209

Black with #610209

Text Example


Text Example

White with #610209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610209; }

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

 H1.HeaderClassName
 {
   color: #610209;
 }
 .AnyTagClassName
 {
   color: #610209;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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