Html Css Color HEX #5A2228 Burnt Crimson

📋 copy color: '#5A2228'

red 90 ◦ green 34 ◦ blue 40

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

Shades of Burnt Crimson #5A2228

Tints of Burnt Crimson #5A2228

RGB

 RED value IS 90 (35.55% from 255) = 54.88%

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

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 54.88%
G = 20.73%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#5A2228 (or 0x5A2228) is known color: Burnt Crimson. HEX triplet: 5A, 22 and 28. RGB value is (90,34,40). Sum of RGB (Red+Green+Blue) = 90+34+40=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2228 is #A5DDD7. Grayscale: #333333. Windows color (decimal): -10870232 or 2630234. OLE color: 2630234.

HSL color Cylindrical-coordinate representation of color #5A2228: hue angle of 353.57º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A2228 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 34 40 -
CMYK 0 0.62 0.56 0.65
HSL 353.57º 0.45% 0.24% -
HSV(B) 353.57º 0.62% 0.35% -
XYZ 5.17 3.47 2.4 -
YUV 51.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 90 34 40 0 0.62 0.56 0.65 353.57 0.45 0.24
Hex 5A 22 28 0 3E 38 41 162 2D 18
Octal 132 42 50 0 76 70 101 542 55 30
Binary 1011010 100010 101000 0 111110 111000 1000001 101100010 101101 11000

Color Harmonies of #5A2228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2228

Black with #5A2228

Text Example


Text Example

White with #5A2228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,34,40); }

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

background-color css

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

 a { background-color: rgb(90,34,40); }

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

border-color css

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

 span { border-color: rgb(90,34,40); }

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