#82285C

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

Shades of Rose Bud Cherry #82285C

Tints of Rose Bud Cherry #82285C

Color information

#82285C (or 0x82285C) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 28 and 5C. RGB value is (130,40,92). Sum of RGB (Red+Green+Blue) = 130+40+92=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82285C is #7DD7A3. Grayscale: #484848. Windows color (decimal): -8247204 or 6039682. OLE color: 6039682.

HSL color Cylindrical-coordinate representation of color #82285C: hue angle of 325.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 #82285C is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1304092-
CMYK00.690.290.49
HSL325.33º52.94%33.33%-
HSV(B)325.33º69.23%50.98%-
XYZ11.97.0410.86-
YUV72.84138.82168.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=49.62%
G=15.27%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130409200.690.290.49325.3352.9433.33
Hex82285C0451D311453521
Octal20250134010535615056541
Binary1000001010100010111000100010111101110001101000101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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