Html Css Color HEX #611222 Pohutukawa

📋 copy color: '#611222'

red 97 ◦ green 18 ◦ blue 34

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

Shades of Pohutukawa #611222

Tints of Pohutukawa #611222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.08%

 BLUE value IS 34 (13.67% from 255) = 22.82%

R = 65.1%
G = 12.08%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#611222 (or 0x611222) is known color: Pohutukawa. HEX triplet: 61, 12 and 22. RGB value is (97,18,34). Sum of RGB (Red+Green+Blue) = 97+18+34=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #611222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611222 is #9EEDDD. Grayscale: #2B2B2B. Windows color (decimal): -10415582 or 2232929. OLE color: 2232929.

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

Color convert

RGB 97 18 34 -
CMYK 0 0.81 0.65 0.62
HSL 347.85º 0.69% 0.23% -
HSV(B) 347.85º 0.81% 0.38% -
XYZ 5.43 3.09 1.82 -
YUV 43.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 97 18 34 0 0.81 0.65 0.62 347.85 0.69 0.23
Hex 61 12 22 0 51 41 3E 15C 45 17
Octal 141 22 42 0 121 101 76 534 105 27
Binary 1100001 10010 100010 0 1010001 1000001 111110 101011100 1000101 10111

Color Harmonies of #611222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611222

Black with #611222

Text Example


Text Example

White with #611222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611222; }

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

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

background-color css

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

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

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

border-color css

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

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

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