Html Css Color HEX #5B1911 Red Oxide

📋 copy color: '#5B1911'

red 91 ◦ green 25 ◦ blue 17

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

Shades of Red Oxide #5B1911

Tints of Red Oxide #5B1911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

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

R = 68.42%
G = 18.8%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#5B1911 (or 0x5B1911) is known color: Red Oxide. HEX triplet: 5B, 19 and 11. RGB value is (91,25,17). Sum of RGB (Red+Green+Blue) = 91+25+17=133 (17% of max value = 765). Red value is 91 (35.94% from 255 or 68.42% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1911 is #A4E6EE. Grayscale: #2B2B2B. Windows color (decimal): -10807023 or 1120603. OLE color: 1120603.

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

Color convert

RGB 91 25 17 -
CMYK 0 0.73 0.81 0.64
HSL 6.49º 0.69% 0.21% -
HSV(B) 6.49º 0.81% 0.36% -
XYZ 4.76 2.96 0.85 -
YUV 43.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 91 25 17 0 0.73 0.81 0.64 6.49 0.69 0.21
Hex 5B 19 11 0 49 51 40 6 45 15
Octal 133 31 21 0 111 121 100 6 105 25
Binary 1011011 11001 10001 0 1001001 1010001 1000000 110 1000101 10101

Color Harmonies of #5B1911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1911

Black with #5B1911

Text Example


Text Example

White with #5B1911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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