Html Css Color HEX #5A251F Caput Mortuum

📋 copy color: '#5A251F'

red 90 ◦ green 37 ◦ blue 31

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

Shades of Caput Mortuum #5A251F

Tints of Caput Mortuum #5A251F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.62%

R = 56.96%
G = 23.42%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A251F (or 0x5A251F) is known color: Caput Mortuum. HEX triplet: 5A, 25 and 1F. RGB value is (90,37,31). Sum of RGB (Red+Green+Blue) = 90+37+31=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A251F is #A5DAE0. Grayscale: #343434. Windows color (decimal): -10869473 or 2041178. OLE color: 2041178.

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

Color convert

RGB 90 37 31 -
CMYK 0 0.59 0.66 0.65
HSL 6.1º 0.49% 0.24% -
HSV(B) 6.1º 0.66% 0.35% -
XYZ 5.13 3.6 1.72 -
YUV 52.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 90 37 31 0 0.59 0.66 0.65 6.1 0.49 0.24
Hex 5A 25 1F 0 3B 42 41 6 31 18
Octal 132 45 37 0 73 102 101 6 61 30
Binary 1011010 100101 11111 0 111011 1000010 1000001 110 110001 11000

Color Harmonies of #5A251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A251F

Black with #5A251F

Text Example


Text Example

White with #5A251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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