Html Css Color HEX #854041 Stiletto

📋 copy color: '#854041'

red 133 ◦ green 64 ◦ blue 65

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

Shades of Stiletto #854041

Tints of Stiletto #854041

RGB

 RED value IS 133 (52.34% from 255) = 50.76%

 GREEN value IS 64 (25.39% from 255) = 24.43%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 50.76%
G = 24.43%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#854041 (or 0x854041) is known color: Stiletto. HEX triplet: 85, 40 and 41. RGB value is (133,64,65). Sum of RGB (Red+Green+Blue) = 133+64+65=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #854041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854041 is #7ABFBE. Grayscale: #545454. Windows color (decimal): -8044479 or 4276357. OLE color: 4276357.

HSL color Cylindrical-coordinate representation of color #854041: hue angle of 359.13º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854041 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 65 -
CMYK 0 0.52 0.51 0.48
HSL 359.13º 0.35% 0.39% -
HSV(B) 359.13º 0.52% 0.52% -
XYZ 12.46 9.03 6.09 -
YUV 84.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 133 64 65 0 0.52 0.51 0.48 359.13 0.35 0.39
Hex 85 40 41 0 34 33 30 167 23 27
Octal 205 100 101 0 64 63 60 547 43 47
Binary 10000101 1000000 1000001 0 110100 110011 110000 101100111 100011 100111

Color Harmonies of #854041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854041

Black with #854041

Text Example


Text Example

White with #854041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854041; }

 p { color: rgb(133,64,65); }

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

background-color css

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

 a { background-color: rgb(133,64,65); }

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

border-color css

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

 span { border-color: rgb(133,64,65); }

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