Html Css Color HEX #612420 Red Oxide

📋 copy color: '#612420'

red 97 ◦ green 36 ◦ blue 32

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

Shades of Red Oxide #612420

Tints of Red Oxide #612420

RGB

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

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

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

R = 58.79%
G = 21.82%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#612420 (or 0x612420) is known color: Red Oxide. HEX triplet: 61, 24 and 20. RGB value is (97,36,32). Sum of RGB (Red+Green+Blue) = 97+36+32=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #612420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612420 is #9EDBDF. Grayscale: #353535. Windows color (decimal): -10410976 or 2106465. OLE color: 2106465.

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

Color convert

RGB 97 36 32 -
CMYK 0 0.63 0.67 0.62
HSL 3.69º 0.5% 0.25% -
HSV(B) 3.69º 0.67% 0.38% -
XYZ 5.82 3.91 1.81 -
YUV 53.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 97 36 32 0 0.63 0.67 0.62 3.69 0.5 0.25
Hex 61 24 20 0 3F 43 3E 4 32 19
Octal 141 44 40 0 77 103 76 4 62 31
Binary 1100001 100100 100000 0 111111 1000011 111110 100 110010 11001

Color Harmonies of #612420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612420

Black with #612420

Text Example


Text Example

White with #612420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612420; }

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

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

background-color css

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

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

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

border-color css

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

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

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