Html Css Color HEX #85383F Stiletto

📋 copy color: '#85383F'

red 133 ◦ green 56 ◦ blue 63

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

Shades of Stiletto #85383F

Tints of Stiletto #85383F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25%

R = 52.78%
G = 22.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85383F (or 0x85383F) is known color: Stiletto. HEX triplet: 85, 38 and 3F. RGB value is (133,56,63). Sum of RGB (Red+Green+Blue) = 133+56+63=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #85383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85383F is #7AC7C0. Grayscale: #4F4F4F. Windows color (decimal): -8046529 or 4143237. OLE color: 4143237.

HSL color Cylindrical-coordinate representation of color #85383F: hue angle of 354.55º 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 #85383F is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 63 -
CMYK 0 0.58 0.53 0.48
HSL 354.55º 0.41% 0.37% -
HSV(B) 354.55º 0.58% 0.52% -
XYZ 11.98 8.17 5.65 -
YUV 79.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 133 56 63 0 0.58 0.53 0.48 354.55 0.41 0.37
Hex 85 38 3F 0 3A 35 30 163 29 25
Octal 205 70 77 0 72 65 60 543 51 45
Binary 10000101 111000 111111 0 111010 110101 110000 101100011 101001 100101

Color Harmonies of #85383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85383F

Black with #85383F

Text Example


Text Example

White with #85383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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