Html Css Color HEX #83373F Stiletto

📋 copy color: '#83373F'

red 131 ◦ green 55 ◦ blue 63

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

Shades of Stiletto #83373F

Tints of Stiletto #83373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 52.61%
G = 22.09%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83373F (or 0x83373F) is known color: Stiletto. HEX triplet: 83, 37 and 3F. RGB value is (131,55,63). Sum of RGB (Red+Green+Blue) = 131+55+63=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #83373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83373F is #7CC8C0. Grayscale: #4E4E4E. Windows color (decimal): -8177857 or 4142979. OLE color: 4142979.

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

Color convert

RGB 131 55 63 -
CMYK 0 0.58 0.52 0.49
HSL 353.68º 0.41% 0.36% -
HSV(B) 353.68º 0.58% 0.51% -
XYZ 11.62 7.92 5.62 -
YUV 78.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 131 55 63 0 0.58 0.52 0.49 353.68 0.41 0.36
Hex 83 37 3F 0 3A 34 31 162 29 24
Octal 203 67 77 0 72 64 61 542 51 44
Binary 10000011 110111 111111 0 111010 110100 110001 101100010 101001 100100

Color Harmonies of #83373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83373F

Black with #83373F

Text Example


Text Example

White with #83373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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