Html Css Color HEX #5D231F Red Oxide

📋 copy color: '#5D231F'

red 93 ◦ green 35 ◦ blue 31

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

Shades of Red Oxide #5D231F

Tints of Red Oxide #5D231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.01%

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

R = 58.49%
G = 22.01%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#5D231F (or 0x5D231F) is known color: Red Oxide. HEX triplet: 5D, 23 and 1F. RGB value is (93,35,31). Sum of RGB (Red+Green+Blue) = 93+35+31=159 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.49% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 93 - color contains mainly: red. Hex color #5D231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D231F is #A2DCE0. Grayscale: #333333. Windows color (decimal): -10673377 or 2040669. OLE color: 2040669.

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

Color convert

RGB 93 35 31 -
CMYK 0 0.62 0.67 0.64
HSL 3.87º 0.5% 0.24% -
HSV(B) 3.87º 0.67% 0.36% -
XYZ 5.36 3.63 1.71 -
YUV 51.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 93 35 31 0 0.62 0.67 0.64 3.87 0.5 0.24
Hex 5D 23 1F 0 3E 43 40 4 32 18
Octal 135 43 37 0 76 103 100 4 62 30
Binary 1011101 100011 11111 0 111110 1000011 1000000 100 110010 11000

Color Harmonies of #5D231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D231F

Black with #5D231F

Text Example


Text Example

White with #5D231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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