Html Css Color HEX #83353D Stiletto

📋 copy color: '#83353D'

red 131 ◦ green 53 ◦ blue 61

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

Shades of Stiletto #83353D

Tints of Stiletto #83353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.9%

R = 53.47%
G = 21.63%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83353D (or 0x83353D) is known color: Stiletto. HEX triplet: 83, 35 and 3D. RGB value is (131,53,61). Sum of RGB (Red+Green+Blue) = 131+53+61=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83353D is #7CCAC2. Grayscale: #4D4D4D. Windows color (decimal): -8178371 or 4011395. OLE color: 4011395.

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

Color convert

RGB 131 53 61 -
CMYK 0 0.60 0.53 0.49
HSL 353.85º 0.42% 0.36% -
HSV(B) 353.85º 0.6% 0.51% -
XYZ 11.48 7.71 5.3 -
YUV 77.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 131 53 61 0 0.60 0.53 0.49 353.85 0.42 0.36
Hex 83 35 3D 0 3C 35 31 162 2A 24
Octal 203 65 75 0 74 65 61 542 52 44
Binary 10000011 110101 111101 0 111100 110101 110001 101100010 101010 100100

Color Harmonies of #83353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83353D

Black with #83353D

Text Example


Text Example

White with #83353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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