Html Css Color HEX #5A1D0E Caput Mortuum

📋 copy color: '#5A1D0E'

red 90 ◦ green 29 ◦ blue 14

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

Shades of Caput Mortuum #5A1D0E

Tints of Caput Mortuum #5A1D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.8%

 BLUE value IS 14 (5.86% from 255) = 10.53%

R = 67.67%
G = 21.8%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A1D0E (or 0x5A1D0E) is known color: Caput Mortuum. HEX triplet: 5A, 1D and 0E. RGB value is (90,29,14). Sum of RGB (Red+Green+Blue) = 90+29+14=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A1D0E is #A5E2F1. Grayscale: #2D2D2D. Windows color (decimal): -10871538 or 925018. OLE color: 925018.

HSL color Cylindrical-coordinate representation of color #5A1D0E: hue angle of 11.84º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A1D0E is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 29 14 -
CMYK 0 0.68 0.84 0.65
HSL 11.84º 0.73% 0.2% -
HSV(B) 11.84º 0.84% 0.35% -
XYZ 4.74 3.08 0.76 -
YUV 45.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 90 29 14 0 0.68 0.84 0.65 11.84 0.73 0.2
Hex 5A 1D E 0 44 54 41 C 49 14
Octal 132 35 16 0 104 124 101 14 111 24
Binary 1011010 11101 1110 0 1000100 1010100 1000001 1100 1001001 10100

Color Harmonies of #5A1D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1D0E

Black with #5A1D0E

Text Example


Text Example

White with #5A1D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,29,14); }

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

background-color css

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

 a { background-color: rgb(90,29,14); }

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

border-color css

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

 span { border-color: rgb(90,29,14); }

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