Html Css Color HEX #5E0806 Red Oxide

📋 copy color: '#5E0806'

red 94 ◦ green 8 ◦ blue 6

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

Shades of Red Oxide #5E0806

Tints of Red Oxide #5E0806

RGB

 RED value IS 94 (37.11% from 255) = 87.04%

 GREEN value IS 8 (3.52% from 255) = 7.41%

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

R = 87.04%
G = 7.41%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.63

RGB Variations

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

Color information

#5E0806 (or 0x5E0806) is known color: Red Oxide. HEX triplet: 5E, 08 and 06. RGB value is (94,8,6). Sum of RGB (Red+Green+Blue) = 94+8+6=108 (14% of max value = 765). Red value is 94 (37.11% from 255 or 87.04% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0806 is #A1F7F9. Grayscale: #212121. Windows color (decimal): -10614778 or 395358. OLE color: 395358.

HSL color Cylindrical-coordinate representation of color #5E0806: hue angle of 1.36º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0806 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 8 6 -
CMYK 0 0.91 0.94 0.63
HSL 1.36º 0.88% 0.2% -
HSV(B) 1.36º 0.94% 0.37% -
XYZ 4.74 2.57 0.42 -
YUV 33.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 94 8 6 0 0.91 0.94 0.63 1.36 0.88 0.2
Hex 5E 8 6 0 5B 5E 3F 1 58 14
Octal 136 10 6 0 133 136 77 1 130 24
Binary 1011110 1000 110 0 1011011 1011110 111111 1 1011000 10100

Color Harmonies of #5E0806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0806

Black with #5E0806

Text Example


Text Example

White with #5E0806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,8,6); }

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

background-color css

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

 a { background-color: rgb(94,8,6); }

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

border-color css

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

 span { border-color: rgb(94,8,6); }

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