Html Css Color HEX #611220 Pohutukawa

📋 copy color: '#611220'

red 97 ◦ green 18 ◦ blue 32

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

Shades of Pohutukawa #611220

Tints of Pohutukawa #611220

RGB

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

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

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

R = 65.99%
G = 12.24%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#611220 (or 0x611220) is known color: Pohutukawa. HEX triplet: 61, 12 and 20. RGB value is (97,18,32). Sum of RGB (Red+Green+Blue) = 97+18+32=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #611220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611220 is #9EEDDF. Grayscale: #2B2B2B. Windows color (decimal): -10415584 or 2101857. OLE color: 2101857.

HSL color Cylindrical-coordinate representation of color #611220: hue angle of 349.37º 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 #611220 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 18 32 -
CMYK 0 0.81 0.67 0.62
HSL 349.37º 0.69% 0.23% -
HSV(B) 349.37º 0.81% 0.38% -
XYZ 5.41 3.08 1.68 -
YUV 43.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 97 18 32 0 0.81 0.67 0.62 349.37 0.69 0.23
Hex 61 12 20 0 51 43 3E 15D 45 17
Octal 141 22 40 0 121 103 76 535 105 27
Binary 1100001 10010 100000 0 1010001 1000011 111110 101011101 1000101 10111

Color Harmonies of #611220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611220

Black with #611220

Text Example


Text Example

White with #611220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611220; }

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

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

background-color css

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

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

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

border-color css

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

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

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