Html Css Color HEX #5A1E13 Caput Mortuum

📋 copy color: '#5A1E13'

red 90 ◦ green 30 ◦ blue 19

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

Shades of Caput Mortuum #5A1E13

Tints of Caput Mortuum #5A1E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 64.75%
G = 21.58%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#5A1E13 (or 0x5A1E13) is known color: Caput Mortuum. HEX triplet: 5A, 1E and 13. RGB value is (90,30,19). Sum of RGB (Red+Green+Blue) = 90+30+19=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1E13 is #A5E1EC. Grayscale: #2E2E2E. Windows color (decimal): -10871277 or 1252954. OLE color: 1252954.

HSL color Cylindrical-coordinate representation of color #5A1E13: hue angle of 9.3º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1E13 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 30 19 -
CMYK 0 0.67 0.79 0.65
HSL 9.3º 0.65% 0.21% -
HSV(B) 9.3º 0.79% 0.35% -
XYZ 4.8 3.15 0.97 -
YUV 46.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 90 30 19 0 0.67 0.79 0.65 9.3 0.65 0.21
Hex 5A 1E 13 0 43 4F 41 9 41 15
Octal 132 36 23 0 103 117 101 11 101 25
Binary 1011010 11110 10011 0 1000011 1001111 1000001 1001 1000001 10101

Color Harmonies of #5A1E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1E13

Black with #5A1E13

Text Example


Text Example

White with #5A1E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,30,19); }

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

background-color css

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

 a { background-color: rgb(90,30,19); }

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

border-color css

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

 span { border-color: rgb(90,30,19); }

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