Html Css Color HEX #83373C Stiletto

📋 copy color: '#83373C'

red 131 ◦ green 55 ◦ blue 60

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

Shades of Stiletto #83373C

Tints of Stiletto #83373C

RGB

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

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

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

R = 53.25%
G = 22.36%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83373C (or 0x83373C) is known color: Stiletto. HEX triplet: 83, 37 and 3C. RGB value is (131,55,60). Sum of RGB (Red+Green+Blue) = 131+55+60=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83373C is #7CC8C3. Grayscale: #4E4E4E. Windows color (decimal): -8177860 or 3946371. OLE color: 3946371.

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

Color convert

RGB 131 55 60 -
CMYK 0 0.58 0.54 0.49
HSL 356.05º 0.41% 0.36% -
HSV(B) 356.05º 0.58% 0.51% -
XYZ 11.54 7.88 5.19 -
YUV 78.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 131 55 60 0 0.58 0.54 0.49 356.05 0.41 0.36
Hex 83 37 3C 0 3A 36 31 164 29 24
Octal 203 67 74 0 72 66 61 544 51 44
Binary 10000011 110111 111100 0 111010 110110 110001 101100100 101001 100100

Color Harmonies of #83373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83373C

Black with #83373C

Text Example


Text Example

White with #83373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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