Html Css Color HEX #581F10 Caput Mortuum

📋 copy color: '#581F10'

red 88 ◦ green 31 ◦ blue 16

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

Shades of Caput Mortuum #581F10

Tints of Caput Mortuum #581F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 65.19%
G = 22.96%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#581F10 (or 0x581F10) is known color: Caput Mortuum. HEX triplet: 58, 1F and 10. RGB value is (88,31,16). Sum of RGB (Red+Green+Blue) = 88+31+16=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #581F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F10 is #A7E0EF. Grayscale: #2E2E2E. Windows color (decimal): -11002096 or 1056600. OLE color: 1056600.

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

Color convert

RGB 88 31 16 -
CMYK 0 0.65 0.82 0.65
HSL 12.5º 0.69% 0.2% -
HSV(B) 12.5º 0.82% 0.35% -
XYZ 4.61 3.09 0.84 -
YUV 46.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 88 31 16 0 0.65 0.82 0.65 12.5 0.69 0.2
Hex 58 1F 10 0 41 52 41 C 45 14
Octal 130 37 20 0 101 122 101 14 105 24
Binary 1011000 11111 10000 0 1000001 1010010 1000001 1100 1000101 10100

Color Harmonies of #581F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F10

Black with #581F10

Text Example


Text Example

White with #581F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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