Html Css Color HEX #5A241E Caput Mortuum

📋 copy color: '#5A241E'

red 90 ◦ green 36 ◦ blue 30

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

Shades of Caput Mortuum #5A241E

Tints of Caput Mortuum #5A241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.08%

 BLUE value IS 30 (12.11% from 255) = 19.23%

R = 57.69%
G = 23.08%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A241E (or 0x5A241E) is known color: Caput Mortuum. HEX triplet: 5A, 24 and 1E. RGB value is (90,36,30). Sum of RGB (Red+Green+Blue) = 90+36+30=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A241E is #A5DBE1. Grayscale: #333333. Windows color (decimal): -10869730 or 1975386. OLE color: 1975386.

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

Color convert

RGB 90 36 30 -
CMYK 0 0.60 0.67 0.65
HSL 0.5% 0.24% -
HSV(B) 0.67% 0.35% -
XYZ 5.08 3.53 1.64 -
YUV 51.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 90 36 30 0 0.60 0.67 0.65 6 0.5 0.24
Hex 5A 24 1E 0 3C 43 41 6 32 18
Octal 132 44 36 0 74 103 101 6 62 30
Binary 1011010 100100 11110 0 111100 1000011 1000001 110 110010 11000

Color Harmonies of #5A241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A241E

Black with #5A241E

Text Example


Text Example

White with #5A241E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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