Html Css Color HEX #541701 Caput Mortuum

📋 copy color: '#541701'

red 84 ◦ green 23 ◦ blue 1

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

Shades of Caput Mortuum #541701

Tints of Caput Mortuum #541701

RGB

 RED value IS 84 (33.2% from 255) = 77.78%

 GREEN value IS 23 (9.38% from 255) = 21.3%

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

R = 77.78%
G = 21.3%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#541701 (or 0x541701) is known color: Caput Mortuum. HEX triplet: 54, 17 and 01. RGB value is (84,23,1). Sum of RGB (Red+Green+Blue) = 84+23+1=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #541701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541701 is #ABE8FE. Grayscale: #262626. Windows color (decimal): -11266303 or 71508. OLE color: 71508.

HSL color Cylindrical-coordinate representation of color #541701: hue angle of 15.9º 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 #541701 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 23 1 -
CMYK 0 0.73 0.99 0.67
HSL 15.9º 0.98% 0.17% -
HSV(B) 15.9º 0.99% 0.33% -
XYZ 3.97 2.5 0.3 -
YUV 38.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 84 23 1 0 0.73 0.99 0.67 15.9 0.98 0.17
Hex 54 17 1 0 49 63 43 10 62 11
Octal 124 27 1 0 111 143 103 20 142 21
Binary 1010100 10111 1 0 1001001 1100011 1000011 10000 1100010 10001

Color Harmonies of #541701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541701

Black with #541701

Text Example


Text Example

White with #541701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541701; }

 p { color: rgb(84,23,1); }

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

background-color css

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

 a { background-color: rgb(84,23,1); }

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

border-color css

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

 span { border-color: rgb(84,23,1); }

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