Html Css Color HEX #571D12 Caput Mortuum

📋 copy color: '#571D12'

red 87 ◦ green 29 ◦ blue 18

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

Shades of Caput Mortuum #571D12

Tints of Caput Mortuum #571D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.64%

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 64.93%
G = 21.64%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#571D12 (or 0x571D12) is known color: Caput Mortuum. HEX triplet: 57, 1D and 12. RGB value is (87,29,18). Sum of RGB (Red+Green+Blue) = 87+29+18=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #571D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D12 is #A8E2ED. Grayscale: #2D2D2D. Windows color (decimal): -11068142 or 1187159. OLE color: 1187159.

HSL color Cylindrical-coordinate representation of color #571D12: hue angle of 9.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571D12 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 29 18 -
CMYK 0 0.67 0.79 0.66
HSL 9.57º 0.66% 0.21% -
HSV(B) 9.57º 0.79% 0.34% -
XYZ 4.48 2.95 0.91 -
YUV 45.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 87 29 18 0 0.67 0.79 0.66 9.57 0.66 0.21
Hex 57 1D 12 0 43 4F 42 A 42 15
Octal 127 35 22 0 103 117 102 12 102 25
Binary 1010111 11101 10010 0 1000011 1001111 1000010 1010 1000010 10101

Color Harmonies of #571D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D12

Black with #571D12

Text Example


Text Example

White with #571D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,29,18); }

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

background-color css

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

 a { background-color: rgb(87,29,18); }

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

border-color css

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

 span { border-color: rgb(87,29,18); }

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