Html Css Color HEX #5A2225 Burnt Crimson

📋 copy color: '#5A2225'

red 90 ◦ green 34 ◦ blue 37

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

Shades of Burnt Crimson #5A2225

Tints of Burnt Crimson #5A2225

RGB

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

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

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

R = 55.9%
G = 21.12%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#5A2225 (or 0x5A2225) is known color: Burnt Crimson. HEX triplet: 5A, 22 and 25. RGB value is (90,34,37). Sum of RGB (Red+Green+Blue) = 90+34+37=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2225 is #A5DDDA. Grayscale: #333333. Windows color (decimal): -10870235 or 2433626. OLE color: 2433626.

HSL color Cylindrical-coordinate representation of color #5A2225: hue angle of 356.79º 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 #5A2225 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 34 37 -
CMYK 0 0.62 0.59 0.65
HSL 356.79º 0.45% 0.24% -
HSV(B) 356.79º 0.62% 0.35% -
XYZ 5.12 3.45 2.15 -
YUV 51.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 90 34 37 0 0.62 0.59 0.65 356.79 0.45 0.24
Hex 5A 22 25 0 3E 3B 41 165 2D 18
Octal 132 42 45 0 76 73 101 545 55 30
Binary 1011010 100010 100101 0 111110 111011 1000001 101100101 101101 11000

Color Harmonies of #5A2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2225

Black with #5A2225

Text Example


Text Example

White with #5A2225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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