Html Css Color HEX #5B222A Burnt Crimson

📋 copy color: '#5B222A'

red 91 ◦ green 34 ◦ blue 42

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

Shades of Burnt Crimson #5B222A

Tints of Burnt Crimson #5B222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.36%

 BLUE value IS 42 (16.8% from 255) = 25.15%

R = 54.49%
G = 20.36%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#5B222A (or 0x5B222A) is known color: Burnt Crimson. HEX triplet: 5B, 22 and 2A. RGB value is (91,34,42). Sum of RGB (Red+Green+Blue) = 91+34+42=167 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.49% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 91 - color contains mainly: red. Hex color #5B222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B222A is #A4DDD5. Grayscale: #333333. Windows color (decimal): -10804694 or 2761307. OLE color: 2761307.

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

Color convert

RGB 91 34 42 -
CMYK 0 0.63 0.54 0.64
HSL 351.58º 0.46% 0.25% -
HSV(B) 351.58º 0.63% 0.36% -
XYZ 5.3 3.54 2.59 -
YUV 51.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 91 34 42 0 0.63 0.54 0.64 351.58 0.46 0.25
Hex 5B 22 2A 0 3F 36 40 160 2E 19
Octal 133 42 52 0 77 66 100 540 56 31
Binary 1011011 100010 101010 0 111111 110110 1000000 101100000 101110 11001

Color Harmonies of #5B222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B222A

Black with #5B222A

Text Example


Text Example

White with #5B222A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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