Html Css Color HEX #5A251C Caput Mortuum

📋 copy color: '#5A251C'

red 90 ◦ green 37 ◦ blue 28

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

Shades of Caput Mortuum #5A251C

Tints of Caput Mortuum #5A251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.87%

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 58.06%
G = 23.87%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#5A251C (or 0x5A251C) is known color: Caput Mortuum. HEX triplet: 5A, 25 and 1C. RGB value is (90,37,28). Sum of RGB (Red+Green+Blue) = 90+37+28=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A251C is #A5DAE3. Grayscale: #333333. Windows color (decimal): -10869476 or 1844570. OLE color: 1844570.

HSL color Cylindrical-coordinate representation of color #5A251C: hue angle of 8.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A251C is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 37 28 -
CMYK 0 0.59 0.69 0.65
HSL 8.71º 0.53% 0.23% -
HSV(B) 8.71º 0.69% 0.35% -
XYZ 5.09 3.58 1.52 -
YUV 51.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 90 37 28 0 0.59 0.69 0.65 8.71 0.53 0.23
Hex 5A 25 1C 0 3B 45 41 9 35 17
Octal 132 45 34 0 73 105 101 11 65 27
Binary 1011010 100101 11100 0 111011 1000101 1000001 1001 110101 10111

Color Harmonies of #5A251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A251C

Black with #5A251C

Text Example


Text Example

White with #5A251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,37,28); }

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

background-color css

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

 a { background-color: rgb(90,37,28); }

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

border-color css

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

 span { border-color: rgb(90,37,28); }

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