Html Css Color HEX #581F0F Caput Mortuum

📋 copy color: '#581F0F'

red 88 ◦ green 31 ◦ blue 15

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

Shades of Caput Mortuum #581F0F

Tints of Caput Mortuum #581F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 65.67%
G = 23.13%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#581F0F (or 0x581F0F) is known color: Caput Mortuum. HEX triplet: 58, 1F and 0F. RGB value is (88,31,15). Sum of RGB (Red+Green+Blue) = 88+31+15=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #581F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F0F is #A7E0F0. Grayscale: #2E2E2E. Windows color (decimal): -11002097 or 991064. OLE color: 991064.

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

Color convert

RGB 88 31 15 -
CMYK 0 0.65 0.83 0.65
HSL 13.15º 0.71% 0.2% -
HSV(B) 13.15º 0.83% 0.35% -
XYZ 4.6 3.09 0.81 -
YUV 46.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 88 31 15 0 0.65 0.83 0.65 13.15 0.71 0.2
Hex 58 1F F 0 41 53 41 D 47 14
Octal 130 37 17 0 101 123 101 15 107 24
Binary 1011000 11111 1111 0 1000001 1010011 1000001 1101 1000111 10100

Color Harmonies of #581F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F0F

Black with #581F0F

Text Example


Text Example

White with #581F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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