Html Css Color HEX #5D1908 Red Oxide

📋 copy color: '#5D1908'

red 93 ◦ green 25 ◦ blue 8

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

Shades of Red Oxide #5D1908

Tints of Red Oxide #5D1908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

 BLUE value IS 8 (3.52% from 255) = 6.35%

R = 73.81%
G = 19.84%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#5D1908 (or 0x5D1908) is known color: Red Oxide. HEX triplet: 5D, 19 and 08. RGB value is (93,25,8). Sum of RGB (Red+Green+Blue) = 93+25+8=126 (16% of max value = 765). Red value is 93 (36.72% from 255 or 73.81% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D1908 is #A2E6F7. Grayscale: #2B2B2B. Windows color (decimal): -10675960 or 530781. OLE color: 530781.

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

Color convert

RGB 93 25 8 -
CMYK 0 0.73 0.91 0.64
HSL 12º 0.84% 0.2% -
HSV(B) 12º 0.91% 0.36% -
XYZ 4.91 3.04 0.56 -
YUV 43.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 93 25 8 0 0.73 0.91 0.64 12 0.84 0.2
Hex 5D 19 8 0 49 5B 40 C 54 14
Octal 135 31 10 0 111 133 100 14 124 24
Binary 1011101 11001 1000 0 1001001 1011011 1000000 1100 1010100 10100

Color Harmonies of #5D1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1908

Black with #5D1908

Text Example


Text Example

White with #5D1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,25,8); }

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

background-color css

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

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

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

border-color css

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

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

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