Html Css Color HEX #5A1A03 Caput Mortuum

📋 copy color: '#5A1A03'

red 90 ◦ green 26 ◦ blue 3

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

Shades of Caput Mortuum #5A1A03

Tints of Caput Mortuum #5A1A03

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.85%

 BLUE value IS 3 (1.56% from 255) = 2.52%

R = 75.63%
G = 21.85%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#5A1A03 (or 0x5A1A03) is known color: Caput Mortuum. HEX triplet: 5A, 1A and 03. RGB value is (90,26,3). Sum of RGB (Red+Green+Blue) = 90+26+3=119 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75.63% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1A03 is #A5E5FC. Grayscale: #2A2A2A. Windows color (decimal): -10872317 or 203354. OLE color: 203354.

HSL color Cylindrical-coordinate representation of color #5A1A03: hue angle of 15.86º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A1A03 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 26 3 -
CMYK 0 0.71 0.97 0.65
HSL 15.86º 0.94% 0.18% -
HSV(B) 15.86º 0.97% 0.35% -
XYZ 4.6 2.92 0.41 -
YUV 42.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 90 26 3 0 0.71 0.97 0.65 15.86 0.94 0.18
Hex 5A 1A 3 0 47 61 41 10 5E 12
Octal 132 32 3 0 107 141 101 20 136 22
Binary 1011010 11010 11 0 1000111 1100001 1000001 10000 1011110 10010

Color Harmonies of #5A1A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1A03

Black with #5A1A03

Text Example


Text Example

White with #5A1A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,26,3); }

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

background-color css

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

 a { background-color: rgb(90,26,3); }

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

border-color css

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

 span { border-color: rgb(90,26,3); }

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