Html Css Color HEX #610212 Pohutukawa

📋 copy color: '#610212'

red 97 ◦ green 2 ◦ blue 18

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

Shades of Pohutukawa #610212

Tints of Pohutukawa #610212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.38%

R = 82.91%
G = 1.71%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#610212 (or 0x610212) is known color: Pohutukawa. HEX triplet: 61, 02 and 12. RGB value is (97,2,18). Sum of RGB (Red+Green+Blue) = 97+2+18=117 (15% of max value = 765). Red value is 97 (38.28% from 255 or 82.91% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 97 - color contains mainly: red. Hex color #610212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610212 is #9EFDED. Grayscale: #202020. Windows color (decimal): -10419694 or 1180257. OLE color: 1180257.

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

Color convert

RGB 97 2 18 -
CMYK 0 0.98 0.81 0.62
HSL 349.89º 0.96% 0.19% -
HSV(B) 349.89º 0.98% 0.38% -
XYZ 5.06 2.63 0.81 -
YUV 32.23 119.97 174.2 -
System Red Green Blue C M Y K H S L
Decimal 97 2 18 0 0.98 0.81 0.62 349.89 0.96 0.19
Hex 61 2 12 0 62 51 3E 15E 60 13
Octal 141 2 22 0 142 121 76 536 140 23
Binary 1100001 10 10010 0 1100010 1010001 111110 101011110 1100000 10011

Color Harmonies of #610212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610212

Black with #610212

Text Example


Text Example

White with #610212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610212; }

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

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

background-color css

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

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

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

border-color css

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

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

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