Html Css Color HEX #5B211B Red Oxide

📋 copy color: '#5B211B'

red 91 ◦ green 33 ◦ blue 27

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

Shades of Red Oxide #5B211B

Tints of Red Oxide #5B211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 60.26%
G = 21.85%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5B211B (or 0x5B211B) is known color: Red Oxide. HEX triplet: 5B, 21 and 1B. RGB value is (91,33,27). Sum of RGB (Red+Green+Blue) = 91+33+27=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B211B is #A4DEE4. Grayscale: #313131. Windows color (decimal): -10804965 or 1778011. OLE color: 1778011.

HSL color Cylindrical-coordinate representation of color #5B211B: hue angle of 5.62º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B211B is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 33 27 -
CMYK 0 0.64 0.70 0.64
HSL 5.63º 0.54% 0.23% -
HSV(B) 5.63º 0.7% 0.36% -
XYZ 5.06 3.39 1.42 -
YUV 49.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 91 33 27 0 0.64 0.70 0.64 5.63 0.54 0.23
Hex 5B 21 1B 0 40 46 40 6 36 17
Octal 133 41 33 0 100 106 100 6 66 27
Binary 1011011 100001 11011 0 1000000 1000110 1000000 110 110110 10111

Color Harmonies of #5B211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B211B

Black with #5B211B

Text Example


Text Example

White with #5B211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,33,27); }

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

background-color css

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

 a { background-color: rgb(91,33,27); }

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

border-color css

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

 span { border-color: rgb(91,33,27); }

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