Html Css Color HEX #5A2015 Caput Mortuum

📋 copy color: '#5A2015'

red 90 ◦ green 32 ◦ blue 21

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

Shades of Caput Mortuum #5A2015

Tints of Caput Mortuum #5A2015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.69%

R = 62.94%
G = 22.38%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A2015 (or 0x5A2015) is known color: Caput Mortuum. HEX triplet: 5A, 20 and 15. RGB value is (90,32,21). Sum of RGB (Red+Green+Blue) = 90+32+21=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2015 is #A5DFEA. Grayscale: #303030. Windows color (decimal): -10870763 or 1384538. OLE color: 1384538.

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

Color convert

RGB 90 32 21 -
CMYK 0 0.64 0.77 0.65
HSL 9.57º 0.62% 0.22% -
HSV(B) 9.57º 0.77% 0.35% -
XYZ 4.87 3.26 1.08 -
YUV 48.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 90 32 21 0 0.64 0.77 0.65 9.57 0.62 0.22
Hex 5A 20 15 0 40 4D 41 A 3E 16
Octal 132 40 25 0 100 115 101 12 76 26
Binary 1011010 100000 10101 0 1000000 1001101 1000001 1010 111110 10110

Color Harmonies of #5A2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2015

Black with #5A2015

Text Example


Text Example

White with #5A2015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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