Html Css Color HEX #83393C Stiletto

📋 copy color: '#83393C'

red 131 ◦ green 57 ◦ blue 60

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

Shades of Stiletto #83393C

Tints of Stiletto #83393C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.19%

R = 52.82%
G = 22.98%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83393C (or 0x83393C) is known color: Stiletto. HEX triplet: 83, 39 and 3C. RGB value is (131,57,60). Sum of RGB (Red+Green+Blue) = 131+57+60=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83393C is #7CC6C3. Grayscale: #4F4F4F. Windows color (decimal): -8177348 or 3946883. OLE color: 3946883.

HSL color Cylindrical-coordinate representation of color #83393C: hue angle of 357.57º 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 #83393C is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 57 60 -
CMYK 0 0.56 0.54 0.49
HSL 357.57º 0.39% 0.37% -
HSV(B) 357.57º 0.56% 0.51% -
XYZ 11.64 8.08 5.22 -
YUV 79.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 131 57 60 0 0.56 0.54 0.49 357.57 0.39 0.37
Hex 83 39 3C 0 38 36 31 166 27 25
Octal 203 71 74 0 70 66 61 546 47 45
Binary 10000011 111001 111100 0 111000 110110 110001 101100110 100111 100101

Color Harmonies of #83393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83393C

Black with #83393C

Text Example


Text Example

White with #83393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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