#83395C

Color #83395C Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #83395C

Tints of Rose Bud Cherry #83395C

Color information

#83395C (or 0x83395C) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 39 and 5C. RGB value is (131,57,92). Sum of RGB (Red+Green+Blue) = 131+57+92=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #83395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83395C is #7CC6A3. Grayscale: #535353. Windows color (decimal): -8177316 or 6044035. OLE color: 6044035.

HSL color Cylindrical-coordinate representation of color #83395C: hue angle of 331.62º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83395C is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1315792-
CMYK00.560.300.49
HSL331.62º39.36%36.86%-
HSV(B)331.62º56.49%51.37%-
XYZ12.758.5211.1-
YUV83.12133.02162.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.79%
GREEN value IS 57 (22.66% from 255) = 20.36%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=46.79%
G=20.36%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131579200.560.300.49331.6239.3636.86
Hex83395C0381E3114c2725
Octal2037113407036615144745
Binary100000111110011011100011100011110110001101001100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,57,92); }

 H1.HeaderClassName
 {
   color: #83395C;
 }
 .AnyTagClassName
 {
   color: #83395C;
 }
</style>
background-color css

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

 a { background-color: rgb(131,57,92); }

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

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

 span { border-color: rgb(131,57,92); }

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