#82295B

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

Shades of Rose Bud Cherry #82295B

Tints of Rose Bud Cherry #82295B

Color information

#82295B (or 0x82295B) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 29 and 5B. RGB value is (130,41,91). Sum of RGB (Red+Green+Blue) = 130+41+91=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82295B is #7DD6A4. Grayscale: #494949. Windows color (decimal): -8246949 or 5974402. OLE color: 5974402.

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

Color convert

RGB1304191-
CMYK00.680.300.49
HSL326.29º52.05%33.53%-
HSV(B)326.29º68.46%50.98%-
XYZ11.897.0910.64-
YUV73.31137.99168.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=49.62%
G=15.65%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130419100.680.300.49326.2952.0533.53
Hex82295B0441E311463422
Octal20251133010436615066442
Binary1000001010100110110110100010011110110001101000110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82295B; }

 p { color: rgb(130,41,91); }

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

<style>
 a { background-color: #82295B; }

 a { background-color: rgb(130,41,91); }

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

<style>
 span { border-color: #82295B; }

 span { border-color: rgb(130,41,91); }

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