Html Css Color HEX #5B1411 Red Oxide

📋 copy color: '#5B1411'

red 91 ◦ green 20 ◦ blue 17

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

Shades of Red Oxide #5B1411

Tints of Red Oxide #5B1411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.63%

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

R = 71.09%
G = 15.63%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#5B1411 (or 0x5B1411) is known color: Red Oxide. HEX triplet: 5B, 14 and 11. RGB value is (91,20,17). Sum of RGB (Red+Green+Blue) = 91+20+17=128 (16% of max value = 765). Red value is 91 (35.94% from 255 or 71.09% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1411 is #A4EBEE. Grayscale: #282828. Windows color (decimal): -10808303 or 1119323. OLE color: 1119323.

HSL color Cylindrical-coordinate representation of color #5B1411: hue angle of 2.43º 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 #5B1411 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 20 17 -
CMYK 0 0.78 0.81 0.64
HSL 2.43º 0.69% 0.21% -
HSV(B) 2.43º 0.81% 0.36% -
XYZ 4.67 2.76 0.82 -
YUV 40.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 91 20 17 0 0.78 0.81 0.64 2.43 0.69 0.21
Hex 5B 14 11 0 4E 51 40 2 45 15
Octal 133 24 21 0 116 121 100 2 105 25
Binary 1011011 10100 10001 0 1001110 1010001 1000000 10 1000101 10101

Color Harmonies of #5B1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1411

Black with #5B1411

Text Example


Text Example

White with #5B1411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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