Html Css Color HEX #612229 Pohutukawa

📋 copy color: '#612229'

red 97 ◦ green 34 ◦ blue 41

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

Shades of Pohutukawa #612229

Tints of Pohutukawa #612229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.77%

 BLUE value IS 41 (16.41% from 255) = 23.84%

R = 56.4%
G = 19.77%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#612229 (or 0x612229) is known color: Pohutukawa. HEX triplet: 61, 22 and 29. RGB value is (97,34,41). Sum of RGB (Red+Green+Blue) = 97+34+41=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #612229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612229 is #9EDDD6. Grayscale: #353535. Windows color (decimal): -10411479 or 2695777. OLE color: 2695777.

HSL color Cylindrical-coordinate representation of color #612229: hue angle of 353.33º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612229 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 34 41 -
CMYK 0 0.65 0.58 0.62
HSL 353.33º 0.48% 0.26% -
HSV(B) 353.33º 0.65% 0.38% -
XYZ 5.9 3.85 2.53 -
YUV 53.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 97 34 41 0 0.65 0.58 0.62 353.33 0.48 0.26
Hex 61 22 29 0 41 3A 3E 161 30 1A
Octal 141 42 51 0 101 72 76 541 60 32
Binary 1100001 100010 101001 0 1000001 111010 111110 101100001 110000 11010

Color Harmonies of #612229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612229

Black with #612229

Text Example


Text Example

White with #612229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612229; }

 p { color: rgb(97,34,41); }

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

background-color css

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

 a { background-color: rgb(97,34,41); }

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

border-color css

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

 span { border-color: rgb(97,34,41); }

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