Html Css Color HEX #853941 Stiletto

📋 copy color: '#853941'

red 133 ◦ green 57 ◦ blue 65

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

Shades of Stiletto #853941

Tints of Stiletto #853941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

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

R = 52.16%
G = 22.35%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#853941 (or 0x853941) is known color: Stiletto. HEX triplet: 85, 39 and 41. RGB value is (133,57,65). Sum of RGB (Red+Green+Blue) = 133+57+65=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #853941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853941 is #7AC6BE. Grayscale: #505050. Windows color (decimal): -8046271 or 4274565. OLE color: 4274565.

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

Color convert

RGB 133 57 65 -
CMYK 0 0.57 0.51 0.48
HSL 353.68º 0.4% 0.37% -
HSV(B) 353.68º 0.57% 0.52% -
XYZ 12.09 8.29 5.96 -
YUV 80.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 133 57 65 0 0.57 0.51 0.48 353.68 0.4 0.37
Hex 85 39 41 0 39 33 30 162 28 25
Octal 205 71 101 0 71 63 60 542 50 45
Binary 10000101 111001 1000001 0 111001 110011 110000 101100010 101000 100101

Color Harmonies of #853941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853941

Black with #853941

Text Example


Text Example

White with #853941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853941; }

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

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

background-color css

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

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

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

border-color css

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

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

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