#82305F

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

Shades of Rose Bud Cherry #82305F

Tints of Rose Bud Cherry #82305F

Color information

#82305F (or 0x82305F) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 30 and 5F. RGB value is (130,48,95). Sum of RGB (Red+Green+Blue) = 130+48+95=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82305F is #7DCFA0. Grayscale: #4D4D4D. Windows color (decimal): -8245153 or 6238338. OLE color: 6238338.

HSL color Cylindrical-coordinate representation of color #82305F: hue angle of 325.61º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82305F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1304895-
CMYK00.630.270.49
HSL325.61º46.07%34.9%-
HSV(B)325.61º63.08%50.98%-
XYZ12.337.6911.66-
YUV77.88137.67165.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=47.62%
G=17.58%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130489500.630.270.49325.6146.0734.9
Hex82305F03F1B311462e23
Octal2026013707733615065643
Binary100000101100001011111011111111011110001101000110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82305F; }

 p { color: rgb(130,48,95); }

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

<style>
 a { background-color: #82305F; }

 a { background-color: rgb(130,48,95); }

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

<style>
 span { border-color: #82305F; }

 span { border-color: rgb(130,48,95); }

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