Html Css Color HEX #5A2115 Caput Mortuum

📋 copy color: '#5A2115'

red 90 ◦ green 33 ◦ blue 21

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

Shades of Caput Mortuum #5A2115

Tints of Caput Mortuum #5A2115

RGB

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

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

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

R = 62.5%
G = 22.92%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A2115 (or 0x5A2115) is known color: Caput Mortuum. HEX triplet: 5A, 21 and 15. RGB value is (90,33,21). Sum of RGB (Red+Green+Blue) = 90+33+21=144 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.5% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2115 is #A5DEEA. Grayscale: #303030. Windows color (decimal): -10870507 or 1384794. OLE color: 1384794.

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

Color convert

RGB 90 33 21 -
CMYK 0 0.63 0.77 0.65
HSL 10.43º 0.62% 0.22% -
HSV(B) 10.43º 0.77% 0.35% -
XYZ 4.9 3.32 1.09 -
YUV 48.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 90 33 21 0 0.63 0.77 0.65 10.43 0.62 0.22
Hex 5A 21 15 0 3F 4D 41 A 3E 16
Octal 132 41 25 0 77 115 101 12 76 26
Binary 1011010 100001 10101 0 111111 1001101 1000001 1010 111110 10110

Color Harmonies of #5A2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2115

Black with #5A2115

Text Example


Text Example

White with #5A2115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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