Html Css Color HEX #5B1611 Red Oxide

📋 copy color: '#5B1611'

red 91 ◦ green 22 ◦ blue 17

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

Shades of Red Oxide #5B1611

Tints of Red Oxide #5B1611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

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

R = 70%
G = 16.92%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#5B1611 (or 0x5B1611) is known color: Red Oxide. HEX triplet: 5B, 16 and 11. RGB value is (91,22,17). Sum of RGB (Red+Green+Blue) = 91+22+17=130 (17% of max value = 765). Red value is 91 (35.94% from 255 or 70% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1611 is #A4E9EE. Grayscale: #2A2A2A. Windows color (decimal): -10807791 or 1119835. OLE color: 1119835.

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

Color convert

RGB 91 22 17 -
CMYK 0 0.76 0.81 0.64
HSL 4.05º 0.69% 0.21% -
HSV(B) 4.05º 0.81% 0.36% -
XYZ 4.7 2.84 0.83 -
YUV 42.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 91 22 17 0 0.76 0.81 0.64 4.05 0.69 0.21
Hex 5B 16 11 0 4C 51 40 4 45 15
Octal 133 26 21 0 114 121 100 4 105 25
Binary 1011011 10110 10001 0 1001100 1010001 1000000 100 1000101 10101

Color Harmonies of #5B1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1611

Black with #5B1611

Text Example


Text Example

White with #5B1611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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