Html Css Color HEX #5A2029 Burnt Crimson

📋 copy color: '#5A2029'

red 90 ◦ green 32 ◦ blue 41

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

Shades of Burnt Crimson #5A2029

Tints of Burnt Crimson #5A2029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 55.21%
G = 19.63%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#5A2029 (or 0x5A2029) is known color: Burnt Crimson. HEX triplet: 5A, 20 and 29. RGB value is (90,32,41). Sum of RGB (Red+Green+Blue) = 90+32+41=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2029 is #A5DFD6. Grayscale: #323232. Windows color (decimal): -10870743 or 2695258. OLE color: 2695258.

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

Color convert

RGB 90 32 41 -
CMYK 0 0.64 0.54 0.65
HSL 350.69º 0.48% 0.24% -
HSV(B) 350.69º 0.64% 0.35% -
XYZ 5.13 3.37 2.48 -
YUV 50.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 90 32 41 0 0.64 0.54 0.65 350.69 0.48 0.24
Hex 5A 20 29 0 40 36 41 15F 30 18
Octal 132 40 51 0 100 66 101 537 60 30
Binary 1011010 100000 101001 0 1000000 110110 1000001 101011111 110000 11000

Color Harmonies of #5A2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2029

Black with #5A2029

Text Example


Text Example

White with #5A2029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,32,41); }

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

background-color css

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

 a { background-color: rgb(90,32,41); }

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

border-color css

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

 span { border-color: rgb(90,32,41); }

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