Html Css Color HEX #612220 Red Oxide

📋 copy color: '#612220'

red 97 ◦ green 34 ◦ blue 32

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

Shades of Red Oxide #612220

Tints of Red Oxide #612220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.86%

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

R = 59.51%
G = 20.86%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#612220 (or 0x612220) is known color: Red Oxide. HEX triplet: 61, 22 and 20. RGB value is (97,34,32). Sum of RGB (Red+Green+Blue) = 97+34+32=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #612220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612220 is #9EDDDF. Grayscale: #343434. Windows color (decimal): -10411488 or 2105953. OLE color: 2105953.

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

Color convert

RGB 97 34 32 -
CMYK 0 0.65 0.67 0.62
HSL 1.85º 0.5% 0.25% -
HSV(B) 1.85º 0.67% 0.38% -
XYZ 5.76 3.79 1.79 -
YUV 52.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 97 34 32 0 0.65 0.67 0.62 1.85 0.5 0.25
Hex 61 22 20 0 41 43 3E 2 32 19
Octal 141 42 40 0 101 103 76 2 62 31
Binary 1100001 100010 100000 0 1000001 1000011 111110 10 110010 11001

Color Harmonies of #612220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612220

Black with #612220

Text Example


Text Example

White with #612220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612220; }

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

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

background-color css

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

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

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

border-color css

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

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

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