#82285f

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

Shades of Rose Bud Cherry #82285F

Tints of Rose Bud Cherry #82285F

Color information

#82285F (or 0x82285F) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 28 and 5F. RGB value is (130,40,95). Sum of RGB (Red+Green+Blue) = 130+40+95=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #82285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82285F is #7DD7A0. Grayscale: #494949. Windows color (decimal): -8247201 or 6236290. OLE color: 6236290.

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

Color convert

RGB1304095-
CMYK00.690.270.49
HSL323.33º52.94%33.33%-
HSV(B)323.33º69.23%50.98%-
XYZ12.037.0911.56-
YUV73.18140.32168.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=49.06%
G=15.09%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130409500.690.270.49323.3352.9433.33
Hex82285F0451B311433521
Octal20250137010533615036541
Binary1000001010100010111110100010111011110001101000011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82285f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82285f; }

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

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

<style>
 a { background-color: #82285f; }

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

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

<style>
 span { border-color: #82285f; }

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

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