Html Css Color HEX #5B1811 Red Oxide

📋 copy color: '#5B1811'

red 91 ◦ green 24 ◦ blue 17

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

Shades of Red Oxide #5B1811

Tints of Red Oxide #5B1811

RGB

 RED value IS 91 (35.94% from 255) = 68.94%

 GREEN value IS 24 (9.77% from 255) = 18.18%

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 68.94%
G = 18.18%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#5B1811 (or 0x5B1811) is known color: Red Oxide. HEX triplet: 5B, 18 and 11. RGB value is (91,24,17). Sum of RGB (Red+Green+Blue) = 91+24+17=132 (17% of max value = 765). Red value is 91 (35.94% from 255 or 68.94% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1811 is #A4E7EE. Grayscale: #2B2B2B. Windows color (decimal): -10807279 or 1120347. OLE color: 1120347.

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

Color convert

RGB 91 24 17 -
CMYK 0 0.74 0.81 0.64
HSL 5.68º 0.69% 0.21% -
HSV(B) 5.68º 0.81% 0.36% -
XYZ 4.74 2.92 0.84 -
YUV 43.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 91 24 17 0 0.74 0.81 0.64 5.68 0.69 0.21
Hex 5B 18 11 0 4A 51 40 6 45 15
Octal 133 30 21 0 112 121 100 6 105 25
Binary 1011011 11000 10001 0 1001010 1010001 1000000 110 1000101 10101

Color Harmonies of #5B1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1811

Black with #5B1811

Text Example


Text Example

White with #5B1811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,24,17); }

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

background-color css

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

 a { background-color: rgb(91,24,17); }

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

border-color css

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

 span { border-color: rgb(91,24,17); }

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