Html Css Color HEX #610210 Pohutukawa

📋 copy color: '#610210'

red 97 ◦ green 2 ◦ blue 16

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

Shades of Pohutukawa #610210

Tints of Pohutukawa #610210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.91%

R = 84.35%
G = 1.74%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#610210 (or 0x610210) is known color: Pohutukawa. HEX triplet: 61, 02 and 10. RGB value is (97,2,16). Sum of RGB (Red+Green+Blue) = 97+2+16=115 (15% of max value = 765). Red value is 97 (38.28% from 255 or 84.35% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 97 - color contains mainly: red. Hex color #610210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610210 is #9EFDEF. Grayscale: #202020. Windows color (decimal): -10419696 or 1049185. OLE color: 1049185.

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

Color convert

RGB 97 2 16 -
CMYK 0 0.98 0.84 0.62
HSL 351.16º 0.96% 0.19% -
HSV(B) 351.16º 0.98% 0.38% -
XYZ 5.05 2.62 0.73 -
YUV 32 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 97 2 16 0 0.98 0.84 0.62 351.16 0.96 0.19
Hex 61 2 10 0 62 54 3E 15F 60 13
Octal 141 2 20 0 142 124 76 537 140 23
Binary 1100001 10 10000 0 1100010 1010100 111110 101011111 1100000 10011

Color Harmonies of #610210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610210

Black with #610210

Text Example


Text Example

White with #610210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610210; }

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

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

background-color css

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

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

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

border-color css

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

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

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