Html Css Color HEX #612322 Red Oxide

📋 copy color: '#612322'

red 97 ◦ green 35 ◦ blue 34

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

Shades of Red Oxide #612322

Tints of Red Oxide #612322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.08%

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

R = 58.43%
G = 21.08%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#612322 (or 0x612322) is known color: Red Oxide. HEX triplet: 61, 23 and 22. RGB value is (97,35,34). Sum of RGB (Red+Green+Blue) = 97+35+34=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #612322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612322 is #9EDCDD. Grayscale: #353535. Windows color (decimal): -10411230 or 2237281. OLE color: 2237281.

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

Color convert

RGB 97 35 34 -
CMYK 0 0.64 0.65 0.62
HSL 0.95º 0.48% 0.26% -
HSV(B) 0.95º 0.65% 0.38% -
XYZ 5.82 3.86 1.95 -
YUV 53.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 97 35 34 0 0.64 0.65 0.62 0.95 0.48 0.26
Hex 61 23 22 0 40 41 3E 1 30 1A
Octal 141 43 42 0 100 101 76 1 60 32
Binary 1100001 100011 100010 0 1000000 1000001 111110 1 110000 11010

Color Harmonies of #612322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612322

Black with #612322

Text Example


Text Example

White with #612322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612322; }

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

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

background-color css

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

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

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

border-color css

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

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

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