Html Css Color HEX #611620 Pohutukawa

📋 copy color: '#611620'

red 97 ◦ green 22 ◦ blue 32

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

Shades of Pohutukawa #611620

Tints of Pohutukawa #611620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.57%

 BLUE value IS 32 (12.89% from 255) = 21.19%

R = 64.24%
G = 14.57%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#611620 (or 0x611620) is known color: Pohutukawa. HEX triplet: 61, 16 and 20. RGB value is (97,22,32). Sum of RGB (Red+Green+Blue) = 97+22+32=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #611620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611620 is #9EE9DF. Grayscale: #2D2D2D. Windows color (decimal): -10414560 or 2102881. OLE color: 2102881.

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

Color convert

RGB 97 22 32 -
CMYK 0 0.77 0.67 0.62
HSL 352º 0.63% 0.23% -
HSV(B) 352º 0.77% 0.38% -
XYZ 5.48 3.22 1.7 -
YUV 45.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 97 22 32 0 0.77 0.67 0.62 352 0.63 0.23
Hex 61 16 20 0 4D 43 3E 160 3F 17
Octal 141 26 40 0 115 103 76 540 77 27
Binary 1100001 10110 100000 0 1001101 1000011 111110 101100000 111111 10111

Color Harmonies of #611620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611620

Black with #611620

Text Example


Text Example

White with #611620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611620; }

 p { color: rgb(97,22,32); }

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

background-color css

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

 a { background-color: rgb(97,22,32); }

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

border-color css

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

 span { border-color: rgb(97,22,32); }

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