Html Css Color HEX #612222 Red Oxide

📋 copy color: '#612222'

red 97 ◦ green 34 ◦ blue 34

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

Shades of Red Oxide #612222

Tints of Red Oxide #612222

RGB

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

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

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

R = 58.79%
G = 20.61%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#612222 (or 0x612222) is known color: Red Oxide. HEX triplet: 61, 22 and 22. RGB value is (97,34,34). Sum of RGB (Red+Green+Blue) = 97+34+34=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #612222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612222 is #9EDDDD. Grayscale: #343434. Windows color (decimal): -10411486 or 2237025. OLE color: 2237025.

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

Color convert

RGB 97 34 34 -
CMYK 0 0.65 0.65 0.62
HSL 0.48% 0.26% -
HSV(B) 0.65% 0.38% -
XYZ 5.79 3.8 1.94 -
YUV 52.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 97 34 34 0 0.65 0.65 0.62 0 0.48 0.26
Hex 61 22 22 0 41 41 3E 0 30 1A
Octal 141 42 42 0 101 101 76 0 60 32
Binary 1100001 100010 100010 0 1000001 1000001 111110 0 110000 11010

Color Harmonies of #612222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612222

Black with #612222

Text Example


Text Example

White with #612222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612222; }

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

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

background-color css

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

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

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

border-color css

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

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

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