Html Css Color HEX #85383D Stiletto

📋 copy color: '#85383D'

red 133 ◦ green 56 ◦ blue 61

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

Shades of Stiletto #85383D

Tints of Stiletto #85383D

RGB

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

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

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

R = 53.2%
G = 22.4%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85383D (or 0x85383D) is known color: Stiletto. HEX triplet: 85, 38 and 3D. RGB value is (133,56,61). Sum of RGB (Red+Green+Blue) = 133+56+61=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85383D is #7AC7C2. Grayscale: #4F4F4F. Windows color (decimal): -8046531 or 4012165. OLE color: 4012165.

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

Color convert

RGB 133 56 61 -
CMYK 0 0.58 0.54 0.48
HSL 356.1º 0.41% 0.37% -
HSV(B) 356.1º 0.58% 0.52% -
XYZ 11.93 8.15 5.36 -
YUV 79.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 133 56 61 0 0.58 0.54 0.48 356.1 0.41 0.37
Hex 85 38 3D 0 3A 36 30 164 29 25
Octal 205 70 75 0 72 66 60 544 51 45
Binary 10000101 111000 111101 0 111010 110110 110000 101100100 101001 100101

Color Harmonies of #85383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85383D

Black with #85383D

Text Example


Text Example

White with #85383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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