Html Css Color HEX #5A2521 Caput Mortuum

📋 copy color: '#5A2521'

red 90 ◦ green 37 ◦ blue 33

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

Shades of Caput Mortuum #5A2521

Tints of Caput Mortuum #5A2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.13%

 BLUE value IS 33 (13.28% from 255) = 20.63%

R = 56.25%
G = 23.13%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A2521 (or 0x5A2521) is known color: Caput Mortuum. HEX triplet: 5A, 25 and 21. RGB value is (90,37,33). Sum of RGB (Red+Green+Blue) = 90+37+33=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2521 is #A5DADE. Grayscale: #343434. Windows color (decimal): -10869471 or 2172250. OLE color: 2172250.

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

Color convert

RGB 90 37 33 -
CMYK 0 0.59 0.63 0.65
HSL 4.21º 0.46% 0.24% -
HSV(B) 4.21º 0.63% 0.35% -
XYZ 5.15 3.61 1.86 -
YUV 52.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 90 37 33 0 0.59 0.63 0.65 4.21 0.46 0.24
Hex 5A 25 21 0 3B 3F 41 4 2E 18
Octal 132 45 41 0 73 77 101 4 56 30
Binary 1011010 100101 100001 0 111011 111111 1000001 100 101110 11000

Color Harmonies of #5A2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2521

Black with #5A2521

Text Example


Text Example

White with #5A2521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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