Html Css Color HEX #853F43 Stiletto

📋 copy color: '#853F43'

red 133 ◦ green 63 ◦ blue 67

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

Shades of Stiletto #853F43

Tints of Stiletto #853F43

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

 BLUE value IS 67 (26.56% from 255) = 25.48%

R = 50.57%
G = 23.95%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#853F43 (or 0x853F43) is known color: Stiletto. HEX triplet: 85, 3F and 43. RGB value is (133,63,67). Sum of RGB (Red+Green+Blue) = 133+63+67=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #853F43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F43 is #7AC0BC. Grayscale: #545454. Windows color (decimal): -8044733 or 4407173. OLE color: 4407173.

HSL color Cylindrical-coordinate representation of color #853F43: hue angle of 356.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F43 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 67 -
CMYK 0 0.53 0.50 0.48
HSL 356.57º 0.36% 0.38% -
HSV(B) 356.57º 0.53% 0.52% -
XYZ 12.46 8.95 6.38 -
YUV 84.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 133 63 67 0 0.53 0.50 0.48 356.57 0.36 0.38
Hex 85 3F 43 0 35 32 30 165 24 26
Octal 205 77 103 0 65 62 60 545 44 46
Binary 10000101 111111 1000011 0 110101 110010 110000 101100101 100100 100110

Color Harmonies of #853F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F43

Black with #853F43

Text Example


Text Example

White with #853F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853F43; }

 p { color: rgb(133,63,67); }

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

background-color css

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

 a { background-color: rgb(133,63,67); }

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

border-color css

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

 span { border-color: rgb(133,63,67); }

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