#82305D

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

Shades of Rose Bud Cherry #82305D

Tints of Rose Bud Cherry #82305D

Color information

#82305D (or 0x82305D) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 30 and 5D. RGB value is (130,48,93). Sum of RGB (Red+Green+Blue) = 130+48+93=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82305D is #7DCFA2. Grayscale: #4D4D4D. Windows color (decimal): -8245155 or 6107266. OLE color: 6107266.

HSL color Cylindrical-coordinate representation of color #82305D: hue angle of 327.07º 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 #82305D is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1304893-
CMYK00.630.280.49
HSL327.07º46.07%34.9%-
HSV(B)327.07º63.08%50.98%-
XYZ12.247.6511.19-
YUV77.65136.67165.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=47.97%
G=17.71%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130489300.630.280.49327.0746.0734.9
Hex82305D03F1C311472e23
Octal2026013507734615075643
Binary100000101100001011101011111111100110001101000111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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