Html Css Color HEX #612422 Red Oxide

📋 copy color: '#612422'

red 97 ◦ green 36 ◦ blue 34

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

Shades of Red Oxide #612422

Tints of Red Oxide #612422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.56%

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

R = 58.08%
G = 21.56%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#612422 (or 0x612422) is known color: Red Oxide. HEX triplet: 61, 24 and 22. RGB value is (97,36,34). Sum of RGB (Red+Green+Blue) = 97+36+34=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612422 is #9EDBDD. Grayscale: #363636. Windows color (decimal): -10410974 or 2237537. OLE color: 2237537.

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

Color convert

RGB 97 36 34 -
CMYK 0 0.63 0.65 0.62
HSL 1.9º 0.48% 0.26% -
HSV(B) 1.9º 0.65% 0.38% -
XYZ 5.85 3.92 1.96 -
YUV 54.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 97 36 34 0 0.63 0.65 0.62 1.9 0.48 0.26
Hex 61 24 22 0 3F 41 3E 2 30 1A
Octal 141 44 42 0 77 101 76 2 60 32
Binary 1100001 100100 100010 0 111111 1000001 111110 10 110000 11010

Color Harmonies of #612422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612422

Black with #612422

Text Example


Text Example

White with #612422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612422; }

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

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

background-color css

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

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

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

border-color css

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

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

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