Html Css Color HEX #611922 Pohutukawa

📋 copy color: '#611922'

red 97 ◦ green 25 ◦ blue 34

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

Shades of Pohutukawa #611922

Tints of Pohutukawa #611922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

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

R = 62.18%
G = 16.03%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#611922 (or 0x611922) is known color: Pohutukawa. HEX triplet: 61, 19 and 22. RGB value is (97,25,34). Sum of RGB (Red+Green+Blue) = 97+25+34=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #611922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611922 is #9EE6DD. Grayscale: #2F2F2F. Windows color (decimal): -10413790 or 2234721. OLE color: 2234721.

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

Color convert

RGB 97 25 34 -
CMYK 0 0.74 0.65 0.62
HSL 352.5º 0.59% 0.24% -
HSV(B) 352.5º 0.74% 0.38% -
XYZ 5.57 3.35 1.87 -
YUV 47.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 97 25 34 0 0.74 0.65 0.62 352.5 0.59 0.24
Hex 61 19 22 0 4A 41 3E 160 3B 18
Octal 141 31 42 0 112 101 76 540 73 30
Binary 1100001 11001 100010 0 1001010 1000001 111110 101100000 111011 11000

Color Harmonies of #611922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611922

Black with #611922

Text Example


Text Example

White with #611922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611922; }

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

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

background-color css

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

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

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

border-color css

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

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

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