Html Css Color HEX #5B2121 Red Oxide

📋 copy color: '#5B2121'

red 91 ◦ green 33 ◦ blue 33

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

Shades of Red Oxide #5B2121

Tints of Red Oxide #5B2121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.02%

R = 57.96%
G = 21.02%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#5B2121 (or 0x5B2121) is known color: Red Oxide. HEX triplet: 5B, 21 and 21. RGB value is (91,33,33). Sum of RGB (Red+Green+Blue) = 91+33+33=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2121 is #A4DEDE. Grayscale: #323232. Windows color (decimal): -10804959 or 2171227. OLE color: 2171227.

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

Color convert

RGB 91 33 33 -
CMYK 0 0.64 0.64 0.64
HSL 0.47% 0.24% -
HSV(B) 0.64% 0.36% -
XYZ 5.13 3.42 1.83 -
YUV 50.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 91 33 33 0 0.64 0.64 0.64 0 0.47 0.24
Hex 5B 21 21 0 40 40 40 0 2F 18
Octal 133 41 41 0 100 100 100 0 57 30
Binary 1011011 100001 100001 0 1000000 1000000 1000000 0 101111 11000

Color Harmonies of #5B2121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2121

Black with #5B2121

Text Example


Text Example

White with #5B2121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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