Html Css Color HEX #581F0B Caput Mortuum

📋 copy color: '#581F0B'

red 88 ◦ green 31 ◦ blue 11

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

Shades of Caput Mortuum #581F0B

Tints of Caput Mortuum #581F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.46%

R = 67.69%
G = 23.85%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#581F0B (or 0x581F0B) is known color: Caput Mortuum. HEX triplet: 58, 1F and 0B. RGB value is (88,31,11). Sum of RGB (Red+Green+Blue) = 88+31+11=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #581F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581F0B is #A7E0F4. Grayscale: #2D2D2D. Windows color (decimal): -11002101 or 728920. OLE color: 728920.

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

Color convert

RGB 88 31 11 -
CMYK 0 0.65 0.88 0.65
HSL 15.58º 0.78% 0.19% -
HSV(B) 15.58º 0.88% 0.35% -
XYZ 4.57 3.08 0.67 -
YUV 45.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 88 31 11 0 0.65 0.88 0.65 15.58 0.78 0.19
Hex 58 1F B 0 41 58 41 10 4E 13
Octal 130 37 13 0 101 130 101 20 116 23
Binary 1011000 11111 1011 0 1000001 1011000 1000001 10000 1001110 10011

Color Harmonies of #581F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F0B

Black with #581F0B

Text Example


Text Example

White with #581F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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