Html Css Color HEX #611822 Pohutukawa

📋 copy color: '#611822'

red 97 ◦ green 24 ◦ blue 34

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

Shades of Pohutukawa #611822

Tints of Pohutukawa #611822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

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

R = 62.58%
G = 15.48%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#611822 (or 0x611822) is known color: Pohutukawa. HEX triplet: 61, 18 and 22. RGB value is (97,24,34). Sum of RGB (Red+Green+Blue) = 97+24+34=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #611822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611822 is #9EE7DD. Grayscale: #2F2F2F. Windows color (decimal): -10414046 or 2234465. OLE color: 2234465.

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

Color convert

RGB 97 24 34 -
CMYK 0 0.75 0.65 0.62
HSL 351.78º 0.6% 0.24% -
HSV(B) 351.78º 0.75% 0.38% -
XYZ 5.55 3.31 1.86 -
YUV 46.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 97 24 34 0 0.75 0.65 0.62 351.78 0.6 0.24
Hex 61 18 22 0 4B 41 3E 160 3C 18
Octal 141 30 42 0 113 101 76 540 74 30
Binary 1100001 11000 100010 0 1001011 1000001 111110 101100000 111100 11000

Color Harmonies of #611822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611822

Black with #611822

Text Example


Text Example

White with #611822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611822; }

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

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

background-color css

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

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

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

border-color css

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

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

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