Html Css Color HEX #5D1710 Red Oxide

📋 copy color: '#5D1710'

red 93 ◦ green 23 ◦ blue 16

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

Shades of Red Oxide #5D1710

Tints of Red Oxide #5D1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.42%

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 70.45%
G = 17.42%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#5D1710 (or 0x5D1710) is known color: Red Oxide. HEX triplet: 5D, 17 and 10. RGB value is (93,23,16). Sum of RGB (Red+Green+Blue) = 93+23+16=132 (17% of max value = 765). Red value is 93 (36.72% from 255 or 70.45% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1710 is #A2E8EF. Grayscale: #2B2B2B. Windows color (decimal): -10676464 or 1054557. OLE color: 1054557.

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

Color convert

RGB 93 23 16 -
CMYK 0 0.75 0.83 0.64
HSL 5.45º 0.71% 0.21% -
HSV(B) 5.45º 0.83% 0.36% -
XYZ 4.91 2.98 0.81 -
YUV 43.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 93 23 16 0 0.75 0.83 0.64 5.45 0.71 0.21
Hex 5D 17 10 0 4B 53 40 5 47 15
Octal 135 27 20 0 113 123 100 5 107 25
Binary 1011101 10111 10000 0 1001011 1010011 1000000 101 1000111 10101

Color Harmonies of #5D1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1710

Black with #5D1710

Text Example


Text Example

White with #5D1710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,23,16); }

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

background-color css

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

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

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

border-color css

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

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

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