Html Css Color HEX #5B2122 Burnt Crimson

📋 copy color: '#5B2122'

red 91 ◦ green 33 ◦ blue 34

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

Shades of Burnt Crimson #5B2122

Tints of Burnt Crimson #5B2122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.52%

R = 57.59%
G = 20.89%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.64

RGB Variations

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

Color information

#5B2122 (or 0x5B2122) is known color: Burnt Crimson. HEX triplet: 5B, 21 and 22. RGB value is (91,33,34). Sum of RGB (Red+Green+Blue) = 91+33+34=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2122 is #A4DEDD. Grayscale: #323232. Windows color (decimal): -10804958 or 2236763. OLE color: 2236763.

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

Color convert

RGB 91 33 34 -
CMYK 0 0.64 0.63 0.64
HSL 358.97º 0.47% 0.24% -
HSV(B) 358.97º 0.64% 0.36% -
XYZ 5.15 3.43 1.9 -
YUV 50.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 91 33 34 0 0.64 0.63 0.64 358.97 0.47 0.24
Hex 5B 21 22 0 40 3F 40 167 2F 18
Octal 133 41 42 0 100 77 100 547 57 30
Binary 1011011 100001 100010 0 1000000 111111 1000000 101100111 101111 11000

Color Harmonies of #5B2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2122

Black with #5B2122

Text Example


Text Example

White with #5B2122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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