Html Css Color HEX #571B0C Caput Mortuum

📋 copy color: '#571B0C'

red 87 ◦ green 27 ◦ blue 12

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

Shades of Caput Mortuum #571B0C

Tints of Caput Mortuum #571B0C

RGB

 RED value IS 87 (34.38% from 255) = 69.05%

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

 BLUE value IS 12 (5.08% from 255) = 9.52%

R = 69.05%
G = 21.43%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#571B0C (or 0x571B0C) is known color: Caput Mortuum. HEX triplet: 57, 1B and 0C. RGB value is (87,27,12). Sum of RGB (Red+Green+Blue) = 87+27+12=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571B0C is #A8E4F3. Grayscale: #2B2B2B. Windows color (decimal): -11068660 or 793431. OLE color: 793431.

HSL color Cylindrical-coordinate representation of color #571B0C: hue angle of 12º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571B0C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 27 12 -
CMYK 0 0.69 0.86 0.66
HSL 12º 0.76% 0.19% -
HSV(B) 12º 0.86% 0.34% -
XYZ 4.39 2.84 0.66 -
YUV 43.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 87 27 12 0 0.69 0.86 0.66 12 0.76 0.19
Hex 57 1B C 0 45 56 42 C 4C 13
Octal 127 33 14 0 105 126 102 14 114 23
Binary 1010111 11011 1100 0 1000101 1010110 1000010 1100 1001100 10011

Color Harmonies of #571B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571B0C

Black with #571B0C

Text Example


Text Example

White with #571B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571B0C; }

 p { color: rgb(87,27,12); }

 H1.HeaderClassName
 {
   color: #571B0C;
 }
 .AnyTagClassName
 {
   color: #571B0C;
 }
</style>

background-color css

<style>
 a { background-color: #571B0C; }

 a { background-color: rgb(87,27,12); }

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

border-color css

<style>
 span { border-color: #571B0C; }

 span { border-color: rgb(87,27,12); }

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