Html Css Color HEX #5A2129 Burnt Crimson

📋 copy color: '#5A2129'

red 90 ◦ green 33 ◦ blue 41

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

Shades of Burnt Crimson #5A2129

Tints of Burnt Crimson #5A2129

RGB

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

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

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

R = 54.88%
G = 20.12%
B = 25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#5A2129 (or 0x5A2129) is known color: Burnt Crimson. HEX triplet: 5A, 21 and 29. RGB value is (90,33,41). Sum of RGB (Red+Green+Blue) = 90+33+41=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2129 is #A5DED6. Grayscale: #323232. Windows color (decimal): -10870487 or 2695514. OLE color: 2695514.

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

Color convert

RGB 90 33 41 -
CMYK 0 0.63 0.54 0.65
HSL 351.58º 0.46% 0.24% -
HSV(B) 351.58º 0.63% 0.35% -
XYZ 5.16 3.42 2.49 -
YUV 50.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 90 33 41 0 0.63 0.54 0.65 351.58 0.46 0.24
Hex 5A 21 29 0 3F 36 41 160 2E 18
Octal 132 41 51 0 77 66 101 540 56 30
Binary 1011010 100001 101001 0 111111 110110 1000001 101100000 101110 11000

Color Harmonies of #5A2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2129

Black with #5A2129

Text Example


Text Example

White with #5A2129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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