Html Css Color HEX #83373B Stiletto

📋 copy color: '#83373B'

red 131 ◦ green 55 ◦ blue 59

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

Shades of Stiletto #83373B

Tints of Stiletto #83373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 53.47%
G = 22.45%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83373B (or 0x83373B) is known color: Stiletto. HEX triplet: 83, 37 and 3B. RGB value is (131,55,59). Sum of RGB (Red+Green+Blue) = 131+55+59=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83373B is #7CC8C4. Grayscale: #4E4E4E. Windows color (decimal): -8177861 or 3880835. OLE color: 3880835.

HSL color Cylindrical-coordinate representation of color #83373B: hue angle of 356.84º 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 #83373B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 55 59 -
CMYK 0 0.58 0.55 0.49
HSL 356.84º 0.41% 0.36% -
HSV(B) 356.84º 0.58% 0.51% -
XYZ 11.52 7.87 5.05 -
YUV 78.18 117.18 165.67 -
System Red Green Blue C M Y K H S L
Decimal 131 55 59 0 0.58 0.55 0.49 356.84 0.41 0.36
Hex 83 37 3B 0 3A 37 31 165 29 24
Octal 203 67 73 0 72 67 61 545 51 44
Binary 10000011 110111 111011 0 111010 110111 110001 101100101 101001 100100

Color Harmonies of #83373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83373B

Black with #83373B

Text Example


Text Example

White with #83373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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