Html Css Color HEX #571F0F Caput Mortuum

📋 copy color: '#571F0F'

red 87 ◦ green 31 ◦ blue 15

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

Shades of Caput Mortuum #571F0F

Tints of Caput Mortuum #571F0F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.31%

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

R = 65.41%
G = 23.31%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#571F0F (or 0x571F0F) is known color: Caput Mortuum. HEX triplet: 57, 1F and 0F. RGB value is (87,31,15). Sum of RGB (Red+Green+Blue) = 87+31+15=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #571F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571F0F is #A8E0F0. Grayscale: #2E2E2E. Windows color (decimal): -11067633 or 991063. OLE color: 991063.

HSL color Cylindrical-coordinate representation of color #571F0F: hue angle of 13.33º 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 #571F0F is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 31 15 -
CMYK 0 0.64 0.83 0.66
HSL 13.33º 0.71% 0.2% -
HSV(B) 13.33º 0.83% 0.34% -
XYZ 4.51 3.04 0.8 -
YUV 45.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 87 31 15 0 0.64 0.83 0.66 13.33 0.71 0.2
Hex 57 1F F 0 40 53 42 D 47 14
Octal 127 37 17 0 100 123 102 15 107 24
Binary 1010111 11111 1111 0 1000000 1010011 1000010 1101 1000111 10100

Color Harmonies of #571F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571F0F

Black with #571F0F

Text Example


Text Example

White with #571F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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