Html Css Color HEX #83373E Stiletto

📋 copy color: '#83373E'

red 131 ◦ green 55 ◦ blue 62

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

Shades of Stiletto #83373E

Tints of Stiletto #83373E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25%

R = 52.82%
G = 22.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83373E (or 0x83373E) is known color: Stiletto. HEX triplet: 83, 37 and 3E. RGB value is (131,55,62). Sum of RGB (Red+Green+Blue) = 131+55+62=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83373E is #7CC8C1. Grayscale: #4E4E4E. Windows color (decimal): -8177858 or 4077443. OLE color: 4077443.

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

Color convert

RGB 131 55 62 -
CMYK 0 0.58 0.53 0.49
HSL 354.47º 0.41% 0.36% -
HSV(B) 354.47º 0.58% 0.51% -
XYZ 11.6 7.91 5.47 -
YUV 78.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 131 55 62 0 0.58 0.53 0.49 354.47 0.41 0.36
Hex 83 37 3E 0 3A 35 31 162 29 24
Octal 203 67 76 0 72 65 61 542 51 44
Binary 10000011 110111 111110 0 111010 110101 110001 101100010 101001 100100

Color Harmonies of #83373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83373E

Black with #83373E

Text Example


Text Example

White with #83373E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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