Html Css Color HEX #581F13 Caput Mortuum

📋 copy color: '#581F13'

red 88 ◦ green 31 ◦ blue 19

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

Shades of Caput Mortuum #581F13

Tints of Caput Mortuum #581F13

RGB

 RED value IS 88 (34.77% from 255) = 63.77%

 GREEN value IS 31 (12.5% from 255) = 22.46%

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 63.77%
G = 22.46%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#581F13 (or 0x581F13) is known color: Caput Mortuum. HEX triplet: 58, 1F and 13. RGB value is (88,31,19). Sum of RGB (Red+Green+Blue) = 88+31+19=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #581F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F13 is #A7E0EC. Grayscale: #2E2E2E. Windows color (decimal): -11002093 or 1253208. OLE color: 1253208.

HSL color Cylindrical-coordinate representation of color #581F13: hue angle of 10.43º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581F13 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 31 19 -
CMYK 0 0.65 0.78 0.65
HSL 10.43º 0.64% 0.21% -
HSV(B) 10.43º 0.78% 0.35% -
XYZ 4.63 3.1 0.97 -
YUV 46.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 88 31 19 0 0.65 0.78 0.65 10.43 0.64 0.21
Hex 58 1F 13 0 41 4E 41 A 40 15
Octal 130 37 23 0 101 116 101 12 100 25
Binary 1011000 11111 10011 0 1000001 1001110 1000001 1010 1000000 10101

Color Harmonies of #581F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F13

Black with #581F13

Text Example


Text Example

White with #581F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581F13; }

 p { color: rgb(88,31,19); }

 H1.HeaderClassName
 {
   color: #581F13;
 }
 .AnyTagClassName
 {
   color: #581F13;
 }
</style>

background-color css

<style>
 a { background-color: #581F13; }

 a { background-color: rgb(88,31,19); }

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

border-color css

<style>
 span { border-color: #581F13; }

 span { border-color: rgb(88,31,19); }

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