Html Css Color HEX #610216 Pohutukawa

📋 copy color: '#610216'

red 97 ◦ green 2 ◦ blue 22

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

Shades of Pohutukawa #610216

Tints of Pohutukawa #610216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.18%

R = 80.17%
G = 1.65%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#610216 (or 0x610216) is known color: Pohutukawa. HEX triplet: 61, 02 and 16. RGB value is (97,2,22). Sum of RGB (Red+Green+Blue) = 97+2+22=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #610216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610216 is #9EFDE9. Grayscale: #202020. Windows color (decimal): -10419690 or 1442401. OLE color: 1442401.

HSL color Cylindrical-coordinate representation of color #610216: hue angle of 347.37º 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 #610216 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 2 22 -
CMYK 0 0.98 0.77 0.62
HSL 347.37º 0.96% 0.19% -
HSV(B) 347.37º 0.98% 0.38% -
XYZ 5.1 2.64 1 -
YUV 32.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 97 2 22 0 0.98 0.77 0.62 347.37 0.96 0.19
Hex 61 2 16 0 62 4D 3E 15B 60 13
Octal 141 2 26 0 142 115 76 533 140 23
Binary 1100001 10 10110 0 1100010 1001101 111110 101011011 1100000 10011

Color Harmonies of #610216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610216

Black with #610216

Text Example


Text Example

White with #610216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610216; }

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

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

background-color css

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

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

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

border-color css

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

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

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