Html Css Color HEX #571801 Caput Mortuum

📋 copy color: '#571801'

red 87 ◦ green 24 ◦ blue 1

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

Shades of Caput Mortuum #571801

Tints of Caput Mortuum #571801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.43%

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 77.68%
G = 21.43%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#571801 (or 0x571801) is known color: Caput Mortuum. HEX triplet: 57, 18 and 01. RGB value is (87,24,1). Sum of RGB (Red+Green+Blue) = 87+24+1=112 (14% of max value = 765). Red value is 87 (34.38% from 255 or 77.68% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 87 - color contains mainly: red. Hex color #571801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571801 is #A8E7FE. Grayscale: #282828. Windows color (decimal): -11069439 or 71767. OLE color: 71767.

HSL color Cylindrical-coordinate representation of color #571801: hue angle of 16.05º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #571801 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 24 1 -
CMYK 0 0.72 0.99 0.66
HSL 16.05º 0.98% 0.17% -
HSV(B) 16.05º 0.99% 0.34% -
XYZ 4.26 2.68 0.32 -
YUV 40.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 87 24 1 0 0.72 0.99 0.66 16.05 0.98 0.17
Hex 57 18 1 0 48 63 42 10 62 11
Octal 127 30 1 0 110 143 102 20 142 21
Binary 1010111 11000 1 0 1001000 1100011 1000010 10000 1100010 10001

Color Harmonies of #571801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571801

Black with #571801

Text Example


Text Example

White with #571801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571801; }

 p { color: rgb(87,24,1); }

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

background-color css

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

 a { background-color: rgb(87,24,1); }

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

border-color css

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

 span { border-color: rgb(87,24,1); }

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