Html Css Color HEX #853C43 Stiletto

📋 copy color: '#853C43'

red 133 ◦ green 60 ◦ blue 67

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

Shades of Stiletto #853C43

Tints of Stiletto #853C43

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.08%

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

R = 51.15%
G = 23.08%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#853C43 (or 0x853C43) is known color: Stiletto. HEX triplet: 85, 3C and 43. RGB value is (133,60,67). Sum of RGB (Red+Green+Blue) = 133+60+67=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #853C43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C43 is #7AC3BC. Grayscale: #525252. Windows color (decimal): -8045501 or 4406405. OLE color: 4406405.

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

Color convert

RGB 133 60 67 -
CMYK 0 0.55 0.50 0.48
HSL 354.25º 0.38% 0.38% -
HSV(B) 354.25º 0.55% 0.52% -
XYZ 12.3 8.62 6.33 -
YUV 82.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 133 60 67 0 0.55 0.50 0.48 354.25 0.38 0.38
Hex 85 3C 43 0 37 32 30 162 26 26
Octal 205 74 103 0 67 62 60 542 46 46
Binary 10000101 111100 1000011 0 110111 110010 110000 101100010 100110 100110

Color Harmonies of #853C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C43

Black with #853C43

Text Example


Text Example

White with #853C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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