Html Css Color HEX #83393F Stiletto

📋 copy color: '#83393F'

red 131 ◦ green 57 ◦ blue 63

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

Shades of Stiletto #83393F

Tints of Stiletto #83393F

RGB

 RED value IS 131 (51.56% from 255) = 52.19%

 GREEN value IS 57 (22.66% from 255) = 22.71%

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

R = 52.19%
G = 22.71%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83393F (or 0x83393F) is known color: Stiletto. HEX triplet: 83, 39 and 3F. RGB value is (131,57,63). Sum of RGB (Red+Green+Blue) = 131+57+63=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #83393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83393F is #7CC6C0. Grayscale: #4F4F4F. Windows color (decimal): -8177345 or 4143491. OLE color: 4143491.

HSL color Cylindrical-coordinate representation of color #83393F: hue angle of 355.14º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83393F is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 57 63 -
CMYK 0 0.56 0.52 0.49
HSL 355.14º 0.39% 0.37% -
HSV(B) 355.14º 0.56% 0.51% -
XYZ 11.72 8.11 5.65 -
YUV 79.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 131 57 63 0 0.56 0.52 0.49 355.14 0.39 0.37
Hex 83 39 3F 0 38 34 31 163 27 25
Octal 203 71 77 0 70 64 61 543 47 45
Binary 10000011 111001 111111 0 111000 110100 110001 101100011 100111 100101

Color Harmonies of #83393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83393F

Black with #83393F

Text Example


Text Example

White with #83393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,57,63); }

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

background-color css

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

 a { background-color: rgb(131,57,63); }

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

border-color css

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

 span { border-color: rgb(131,57,63); }

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