Html Css Color HEX #571C0B Caput Mortuum

📋 copy color: '#571C0B'

red 87 ◦ green 28 ◦ blue 11

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

Shades of Caput Mortuum #571C0B

Tints of Caput Mortuum #571C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.22%

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

R = 69.05%
G = 22.22%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#571C0B (or 0x571C0B) is known color: Caput Mortuum. HEX triplet: 57, 1C and 0B. RGB value is (87,28,11). Sum of RGB (Red+Green+Blue) = 87+28+11=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C0B is #A8E3F4. Grayscale: #2B2B2B. Windows color (decimal): -11068405 or 728151. OLE color: 728151.

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

Color convert

RGB 87 28 11 -
CMYK 0 0.68 0.87 0.66
HSL 13.42º 0.78% 0.19% -
HSV(B) 13.42º 0.87% 0.34% -
XYZ 4.41 2.88 0.64 -
YUV 43.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 87 28 11 0 0.68 0.87 0.66 13.42 0.78 0.19
Hex 57 1C B 0 44 57 42 D 4E 13
Octal 127 34 13 0 104 127 102 15 116 23
Binary 1010111 11100 1011 0 1000100 1010111 1000010 1101 1001110 10011

Color Harmonies of #571C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C0B

Black with #571C0B

Text Example


Text Example

White with #571C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,28,11); }

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

background-color css

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

 a { background-color: rgb(87,28,11); }

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

border-color css

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

 span { border-color: rgb(87,28,11); }

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