Html Css Color HEX #5D0906 Red Oxide

📋 copy color: '#5D0906'

red 93 ◦ green 9 ◦ blue 6

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

Shades of Red Oxide #5D0906

Tints of Red Oxide #5D0906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.33%

 BLUE value IS 6 (2.73% from 255) = 5.56%

R = 86.11%
G = 8.33%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.64

RGB Variations

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

Color information

#5D0906 (or 0x5D0906) is known color: Red Oxide. HEX triplet: 5D, 09 and 06. RGB value is (93,9,6). Sum of RGB (Red+Green+Blue) = 93+9+6=108 (14% of max value = 765). Red value is 93 (36.72% from 255 or 86.11% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0906 is #A2F6F9. Grayscale: #212121. Windows color (decimal): -10680058 or 395613. OLE color: 395613.

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

Color convert

RGB 93 9 6 -
CMYK 0 0.90 0.94 0.64
HSL 2.07º 0.88% 0.19% -
HSV(B) 2.07º 0.94% 0.36% -
XYZ 4.64 2.54 0.42 -
YUV 33.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 93 9 6 0 0.90 0.94 0.64 2.07 0.88 0.19
Hex 5D 9 6 0 5A 5E 40 2 58 13
Octal 135 11 6 0 132 136 100 2 130 23
Binary 1011101 1001 110 0 1011010 1011110 1000000 10 1011000 10011

Color Harmonies of #5D0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0906

Black with #5D0906

Text Example


Text Example

White with #5D0906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,9,6); }

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

background-color css

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

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

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

border-color css

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

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

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