Html Css Color HEX #5A1D25 Burnt Crimson

📋 copy color: '#5A1D25'

red 90 ◦ green 29 ◦ blue 37

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

Shades of Burnt Crimson #5A1D25

Tints of Burnt Crimson #5A1D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.59%

 BLUE value IS 37 (14.84% from 255) = 23.72%

R = 57.69%
G = 18.59%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#5A1D25 (or 0x5A1D25) is known color: Burnt Crimson. HEX triplet: 5A, 1D and 25. RGB value is (90,29,37). Sum of RGB (Red+Green+Blue) = 90+29+37=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1D25 is #A5E2DA. Grayscale: #303030. Windows color (decimal): -10871515 or 2432346. OLE color: 2432346.

HSL color Cylindrical-coordinate representation of color #5A1D25: hue angle of 352.13º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A1D25 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 29 37 -
CMYK 0 0.68 0.59 0.65
HSL 352.13º 0.51% 0.23% -
HSV(B) 352.13º 0.68% 0.35% -
XYZ 4.99 3.19 2.1 -
YUV 48.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 90 29 37 0 0.68 0.59 0.65 352.13 0.51 0.23
Hex 5A 1D 25 0 44 3B 41 160 33 17
Octal 132 35 45 0 104 73 101 540 63 27
Binary 1011010 11101 100101 0 1000100 111011 1000001 101100000 110011 10111

Color Harmonies of #5A1D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1D25

Black with #5A1D25

Text Example


Text Example

White with #5A1D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,29,37); }

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

background-color css

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

 a { background-color: rgb(90,29,37); }

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

border-color css

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

 span { border-color: rgb(90,29,37); }

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