Html Css Color HEX #571E0F Caput Mortuum

📋 copy color: '#571E0F'

red 87 ◦ green 30 ◦ blue 15

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

Shades of Caput Mortuum #571E0F

Tints of Caput Mortuum #571E0F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.73%

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

R = 65.91%
G = 22.73%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#571E0F (or 0x571E0F) is known color: Caput Mortuum. HEX triplet: 57, 1E and 0F. RGB value is (87,30,15). Sum of RGB (Red+Green+Blue) = 87+30+15=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #571E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E0F is #A8E1F0. Grayscale: #2D2D2D. Windows color (decimal): -11067889 or 990807. OLE color: 990807.

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

Color convert

RGB 87 30 15 -
CMYK 0 0.66 0.83 0.66
HSL 12.5º 0.71% 0.2% -
HSV(B) 12.5º 0.83% 0.34% -
XYZ 4.48 2.99 0.79 -
YUV 45.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 87 30 15 0 0.66 0.83 0.66 12.5 0.71 0.2
Hex 57 1E F 0 42 53 42 C 47 14
Octal 127 36 17 0 102 123 102 14 107 24
Binary 1010111 11110 1111 0 1000010 1010011 1000010 1100 1000111 10100

Color Harmonies of #571E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571E0F

Black with #571E0F

Text Example


Text Example

White with #571E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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