Html Css Color HEX #551801 Caput Mortuum

📋 copy color: '#551801'

red 85 ◦ green 24 ◦ blue 1

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

Shades of Caput Mortuum #551801

Tints of Caput Mortuum #551801

RGB

 RED value IS 85 (33.59% from 255) = 77.27%

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

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

R = 77.27%
G = 21.82%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#551801 (or 0x551801) is known color: Caput Mortuum. HEX triplet: 55, 18 and 01. RGB value is (85,24,1). Sum of RGB (Red+Green+Blue) = 85+24+1=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551801 is #AAE7FE. Grayscale: #272727. Windows color (decimal): -11200511 or 71765. OLE color: 71765.

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

Color convert

RGB 85 24 1 -
CMYK 0 0.72 0.99 0.67
HSL 16.43º 0.98% 0.17% -
HSV(B) 16.43º 0.99% 0.33% -
XYZ 4.08 2.59 0.31 -
YUV 39.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 85 24 1 0 0.72 0.99 0.67 16.43 0.98 0.17
Hex 55 18 1 0 48 63 43 10 62 11
Octal 125 30 1 0 110 143 103 20 142 21
Binary 1010101 11000 1 0 1001000 1100011 1000011 10000 1100010 10001

Color Harmonies of #551801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551801

Black with #551801

Text Example


Text Example

White with #551801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551801; }

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

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

background-color css

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

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

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

border-color css

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

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

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