Html Css Color HEX #853839 Stiletto

📋 copy color: '#853839'

red 133 ◦ green 56 ◦ blue 57

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

Shades of Stiletto #853839

Tints of Stiletto #853839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.76%

 BLUE value IS 57 (22.66% from 255) = 23.17%

R = 54.07%
G = 22.76%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#853839 (or 0x853839) is known color: Stiletto. HEX triplet: 85, 38 and 39. RGB value is (133,56,57). Sum of RGB (Red+Green+Blue) = 133+56+57=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #853839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853839 is #7AC7C6. Grayscale: #4F4F4F. Windows color (decimal): -8046535 or 3750021. OLE color: 3750021.

HSL color Cylindrical-coordinate representation of color #853839: hue angle of 359.22º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #853839 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 57 -
CMYK 0 0.58 0.57 0.48
HSL 359.22º 0.41% 0.37% -
HSV(B) 359.22º 0.58% 0.52% -
XYZ 11.83 8.11 4.81 -
YUV 79.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 133 56 57 0 0.58 0.57 0.48 359.22 0.41 0.37
Hex 85 38 39 0 3A 39 30 167 29 25
Octal 205 70 71 0 72 71 60 547 51 45
Binary 10000101 111000 111001 0 111010 111001 110000 101100111 101001 100101

Color Harmonies of #853839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853839

Black with #853839

Text Example


Text Example

White with #853839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853839; }

 p { color: rgb(133,56,57); }

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

background-color css

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

 a { background-color: rgb(133,56,57); }

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

border-color css

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

 span { border-color: rgb(133,56,57); }

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