Html Css Color HEX #83393D Stiletto

📋 copy color: '#83393D'

red 131 ◦ green 57 ◦ blue 61

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

Shades of Stiletto #83393D

Tints of Stiletto #83393D

RGB

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

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

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

R = 52.61%
G = 22.89%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83393D (or 0x83393D) is known color: Stiletto. HEX triplet: 83, 39 and 3D. RGB value is (131,57,61). Sum of RGB (Red+Green+Blue) = 131+57+61=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83393D is #7CC6C2. Grayscale: #4F4F4F. Windows color (decimal): -8177347 or 4012419. OLE color: 4012419.

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

Color convert

RGB 131 57 61 -
CMYK 0 0.56 0.53 0.49
HSL 356.76º 0.39% 0.37% -
HSV(B) 356.76º 0.56% 0.51% -
XYZ 11.67 8.09 5.36 -
YUV 79.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 131 57 61 0 0.56 0.53 0.49 356.76 0.39 0.37
Hex 83 39 3D 0 38 35 31 165 27 25
Octal 203 71 75 0 70 65 61 545 47 45
Binary 10000011 111001 111101 0 111000 110101 110001 101100101 100111 100101

Color Harmonies of #83393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83393D

Black with #83393D

Text Example


Text Example

White with #83393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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