Html Css Color HEX #854245 Stiletto

📋 copy color: '#854245'

red 133 ◦ green 66 ◦ blue 69

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

Shades of Stiletto #854245

Tints of Stiletto #854245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

 BLUE value IS 69 (27.34% from 255) = 25.75%

R = 49.63%
G = 24.63%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#854245 (or 0x854245) is known color: Stiletto. HEX triplet: 85, 42 and 45. RGB value is (133,66,69). Sum of RGB (Red+Green+Blue) = 133+66+69=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #854245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854245 is #7ABDBA. Grayscale: #565656. Windows color (decimal): -8043963 or 4539013. OLE color: 4539013.

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

Color convert

RGB 133 66 69 -
CMYK 0 0.50 0.48 0.48
HSL 357.31º 0.34% 0.39% -
HSV(B) 357.31º 0.5% 0.52% -
XYZ 12.7 9.31 6.76 -
YUV 86.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 133 66 69 0 0.50 0.48 0.48 357.31 0.34 0.39
Hex 85 42 45 0 32 30 30 165 22 27
Octal 205 102 105 0 62 60 60 545 42 47
Binary 10000101 1000010 1000101 0 110010 110000 110000 101100101 100010 100111

Color Harmonies of #854245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854245

Black with #854245

Text Example


Text Example

White with #854245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854245; }

 p { color: rgb(133,66,69); }

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

background-color css

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

 a { background-color: rgb(133,66,69); }

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

border-color css

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

 span { border-color: rgb(133,66,69); }

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