Html Css Color HEX #612121 Red Oxide

📋 copy color: '#612121'

red 97 ◦ green 33 ◦ blue 33

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

Shades of Red Oxide #612121

Tints of Red Oxide #612121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.25%

 BLUE value IS 33 (13.28% from 255) = 20.25%

R = 59.51%
G = 20.25%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#612121 (or 0x612121) is known color: Red Oxide. HEX triplet: 61, 21 and 21. RGB value is (97,33,33). Sum of RGB (Red+Green+Blue) = 97+33+33=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #612121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612121 is #9EDEDE. Grayscale: #343434. Windows color (decimal): -10411743 or 2171233. OLE color: 2171233.

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

Color convert

RGB 97 33 33 -
CMYK 0 0.66 0.66 0.62
HSL 0.49% 0.25% -
HSV(B) 0.66% 0.38% -
XYZ 5.75 3.74 1.86 -
YUV 52.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 97 33 33 0 0.66 0.66 0.62 0 0.49 0.25
Hex 61 21 21 0 42 42 3E 0 31 19
Octal 141 41 41 0 102 102 76 0 61 31
Binary 1100001 100001 100001 0 1000010 1000010 111110 0 110001 11001

Color Harmonies of #612121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612121

Black with #612121

Text Example


Text Example

White with #612121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612121; }

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

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

background-color css

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

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

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

border-color css

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

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

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