Html Css Color HEX #571D0F Caput Mortuum

📋 copy color: '#571D0F'

red 87 ◦ green 29 ◦ blue 15

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

Shades of Caput Mortuum #571D0F

Tints of Caput Mortuum #571D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.45%

R = 66.41%
G = 22.14%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#571D0F (or 0x571D0F) is known color: Caput Mortuum. HEX triplet: 57, 1D and 0F. RGB value is (87,29,15). Sum of RGB (Red+Green+Blue) = 87+29+15=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #571D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D0F is #A8E2F0. Grayscale: #2C2C2C. Windows color (decimal): -11068145 or 990551. OLE color: 990551.

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

Color convert

RGB 87 29 15 -
CMYK 0 0.67 0.83 0.66
HSL 11.67º 0.71% 0.2% -
HSV(B) 11.67º 0.83% 0.34% -
XYZ 4.46 2.94 0.78 -
YUV 44.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 87 29 15 0 0.67 0.83 0.66 11.67 0.71 0.2
Hex 57 1D F 0 43 53 42 C 47 14
Octal 127 35 17 0 103 123 102 14 107 24
Binary 1010111 11101 1111 0 1000011 1010011 1000010 1100 1000111 10100

Color Harmonies of #571D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D0F

Black with #571D0F

Text Example


Text Example

White with #571D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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