Html Css Color HEX #83353C Stiletto

📋 copy color: '#83353C'

red 131 ◦ green 53 ◦ blue 60

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

Shades of Stiletto #83353C

Tints of Stiletto #83353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

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

R = 53.69%
G = 21.72%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#83353C (or 0x83353C) is known color: Stiletto. HEX triplet: 83, 35 and 3C. RGB value is (131,53,60). Sum of RGB (Red+Green+Blue) = 131+53+60=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #83353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83353C is #7CCAC3. Grayscale: #4D4D4D. Windows color (decimal): -8178372 or 3945859. OLE color: 3945859.

HSL color Cylindrical-coordinate representation of color #83353C: hue angle of 354.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83353C is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 53 60 -
CMYK 0 0.60 0.54 0.49
HSL 354.62º 0.42% 0.36% -
HSV(B) 354.62º 0.6% 0.51% -
XYZ 11.45 7.7 5.16 -
YUV 77.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 131 53 60 0 0.60 0.54 0.49 354.62 0.42 0.36
Hex 83 35 3C 0 3C 36 31 163 2A 24
Octal 203 65 74 0 74 66 61 543 52 44
Binary 10000011 110101 111100 0 111100 110110 110001 101100011 101010 100100

Color Harmonies of #83353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83353C

Black with #83353C

Text Example


Text Example

White with #83353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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