Html Css Color HEX #581B0B Caput Mortuum

📋 copy color: '#581B0B'

red 88 ◦ green 27 ◦ blue 11

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

Shades of Caput Mortuum #581B0B

Tints of Caput Mortuum #581B0B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.43%

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

R = 69.84%
G = 21.43%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#581B0B (or 0x581B0B) is known color: Caput Mortuum. HEX triplet: 58, 1B and 0B. RGB value is (88,27,11). Sum of RGB (Red+Green+Blue) = 88+27+11=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #581B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #581B0B is #A7E4F4. Grayscale: #2B2B2B. Windows color (decimal): -11003125 or 727896. OLE color: 727896.

HSL color Cylindrical-coordinate representation of color #581B0B: hue angle of 12.47º 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 #581B0B is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 27 11 -
CMYK 0 0.69 0.88 0.65
HSL 12.47º 0.78% 0.19% -
HSV(B) 12.47º 0.88% 0.35% -
XYZ 4.48 2.88 0.64 -
YUV 43.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 88 27 11 0 0.69 0.88 0.65 12.47 0.78 0.19
Hex 58 1B B 0 45 58 41 C 4E 13
Octal 130 33 13 0 105 130 101 14 116 23
Binary 1011000 11011 1011 0 1000101 1011000 1000001 1100 1001110 10011

Color Harmonies of #581B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B0B

Black with #581B0B

Text Example


Text Example

White with #581B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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