Html Css Color HEX #5D201F Red Oxide

📋 copy color: '#5D201F'

red 93 ◦ green 32 ◦ blue 31

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

Shades of Red Oxide #5D201F

Tints of Red Oxide #5D201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.87%

R = 59.62%
G = 20.51%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5D201F (or 0x5D201F) is known color: Red Oxide. HEX triplet: 5D, 20 and 1F. RGB value is (93,32,31). Sum of RGB (Red+Green+Blue) = 93+32+31=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D201F is #A2DFE0. Grayscale: #323232. Windows color (decimal): -10674145 or 2039901. OLE color: 2039901.

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

Color convert

RGB 93 32 31 -
CMYK 0 0.66 0.67 0.64
HSL 0.97º 0.5% 0.24% -
HSV(B) 0.97º 0.67% 0.36% -
XYZ 5.28 3.46 1.69 -
YUV 50.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 93 32 31 0 0.66 0.67 0.64 0.97 0.5 0.24
Hex 5D 20 1F 0 42 43 40 1 32 18
Octal 135 40 37 0 102 103 100 1 62 30
Binary 1011101 100000 11111 0 1000010 1000011 1000000 1 110010 11000

Color Harmonies of #5D201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D201F

Black with #5D201F

Text Example


Text Example

White with #5D201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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