#823060

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

Shades of Rose Bud Cherry #823060

Tints of Rose Bud Cherry #823060

Color information

#823060 (or 0x823060) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 30 and 60. RGB value is (130,48,96). Sum of RGB (Red+Green+Blue) = 130+48+96=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #823060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823060 is #7DCF9F. Grayscale: #4D4D4D. Windows color (decimal): -8245152 or 6303874. OLE color: 6303874.

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

Color convert

RGB1304896-
CMYK00.630.260.49
HSL324.88º46.07%34.9%-
HSV(B)324.88º63.08%50.98%-
XYZ12.377.711.9-
YUV77.99138.17165.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=47.45%
G=17.52%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130489600.630.260.49324.8846.0734.9
Hex82306003F1A311452e23
Octal2026014007732615055643
Binary100000101100001100000011111111010110001101000101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823060; }

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

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

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

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

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

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

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

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