#83295e

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

Shades of Rose Bud Cherry #83295E

Tints of Rose Bud Cherry #83295E

Color information

#83295E (or 0x83295E) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 29 and 5E. RGB value is (131,41,94). Sum of RGB (Red+Green+Blue) = 131+41+94=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #83295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83295E is #7CD6A1. Grayscale: #494949. Windows color (decimal): -8181410 or 6171011. OLE color: 6171011.

HSL color Cylindrical-coordinate representation of color #83295E: hue angle of 324.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83295E is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1314194-
CMYK00.690.280.49
HSL324.67º52.33%33.73%-
HSV(B)324.67º68.7%51.37%-
XYZ12.177.2211.34-
YUV73.95139.32168.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=49.25%
G=15.41%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131419400.690.280.49324.6752.3333.73
Hex83295E0451C311453422
Octal20351136010534615056442
Binary1000001110100110111100100010111100110001101000101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83295e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83295e; }

 p { color: rgb(131,41,94); }

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

<style>
 a { background-color: #83295e; }

 a { background-color: rgb(131,41,94); }

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

<style>
 span { border-color: #83295e; }

 span { border-color: rgb(131,41,94); }

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