Html Css Color HEX #85353D Stiletto

📋 copy color: '#85353D'

red 133 ◦ green 53 ◦ blue 61

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

Shades of Stiletto #85353D

Tints of Stiletto #85353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 61 (24.22% from 255) = 24.7%

R = 53.85%
G = 21.46%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85353D (or 0x85353D) is known color: Stiletto. HEX triplet: 85, 35 and 3D. RGB value is (133,53,61). Sum of RGB (Red+Green+Blue) = 133+53+61=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85353D is #7ACAC2. Grayscale: #4D4D4D. Windows color (decimal): -8047299 or 4011397. OLE color: 4011397.

HSL color Cylindrical-coordinate representation of color #85353D: hue angle of 354º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85353D is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 61 -
CMYK 0 0.60 0.54 0.48
HSL 354º 0.43% 0.36% -
HSV(B) 354º 0.6% 0.52% -
XYZ 11.79 7.87 5.31 -
YUV 77.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 133 53 61 0 0.60 0.54 0.48 354 0.43 0.36
Hex 85 35 3D 0 3C 36 30 162 2B 24
Octal 205 65 75 0 74 66 60 542 53 44
Binary 10000101 110101 111101 0 111100 110110 110000 101100010 101011 100100

Color Harmonies of #85353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85353D

Black with #85353D

Text Example


Text Example

White with #85353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85353D; }

 p { color: rgb(133,53,61); }

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

background-color css

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

 a { background-color: rgb(133,53,61); }

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

border-color css

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

 span { border-color: rgb(133,53,61); }

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