Html Css Color HEX #854046 Stiletto

📋 copy color: '#854046'

red 133 ◦ green 64 ◦ blue 70

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

Shades of Stiletto #854046

Tints of Stiletto #854046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.22%

R = 49.81%
G = 23.97%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#854046 (or 0x854046) is known color: Stiletto. HEX triplet: 85, 40 and 46. RGB value is (133,64,70). Sum of RGB (Red+Green+Blue) = 133+64+70=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #854046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854046 is #7ABFB9. Grayscale: #555555. Windows color (decimal): -8044474 or 4604037. OLE color: 4604037.

HSL color Cylindrical-coordinate representation of color #854046: hue angle of 354.78º 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 #854046 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 70 -
CMYK 0 0.52 0.47 0.48
HSL 354.78º 0.35% 0.39% -
HSV(B) 354.78º 0.52% 0.52% -
XYZ 12.61 9.1 6.89 -
YUV 85.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 133 64 70 0 0.52 0.47 0.48 354.78 0.35 0.39
Hex 85 40 46 0 34 2F 30 163 23 27
Octal 205 100 106 0 64 57 60 543 43 47
Binary 10000101 1000000 1000110 0 110100 101111 110000 101100011 100011 100111

Color Harmonies of #854046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854046

Black with #854046

Text Example


Text Example

White with #854046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854046; }

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

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

background-color css

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

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

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

border-color css

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

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

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