Html Css Color HEX #5D2020 Red Oxide

📋 copy color: '#5D2020'

red 93 ◦ green 32 ◦ blue 32

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

Shades of Red Oxide #5D2020

Tints of Red Oxide #5D2020

RGB

 RED value IS 93 (36.72% from 255) = 59.24%

 GREEN value IS 32 (12.89% from 255) = 20.38%

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

R = 59.24%
G = 20.38%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#5D2020 (or 0x5D2020) is known color: Red Oxide. HEX triplet: 5D, 20 and 20. RGB value is (93,32,32). Sum of RGB (Red+Green+Blue) = 93+32+32=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2020 is #A2DFDF. Grayscale: #323232. Windows color (decimal): -10674144 or 2105437. OLE color: 2105437.

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

Color convert

RGB 93 32 32 -
CMYK 0 0.66 0.66 0.64
HSL 0.49% 0.25% -
HSV(B) 0.66% 0.36% -
XYZ 5.29 3.46 1.76 -
YUV 50.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 93 32 32 0 0.66 0.66 0.64 0 0.49 0.25
Hex 5D 20 20 0 42 42 40 0 31 19
Octal 135 40 40 0 102 102 100 0 61 31
Binary 1011101 100000 100000 0 1000010 1000010 1000000 0 110001 11001

Color Harmonies of #5D2020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2020

Black with #5D2020

Text Example


Text Example

White with #5D2020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D2020; }

 p { color: rgb(93,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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