#823460

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

Shades of Rose Bud Cherry #823460

Tints of Rose Bud Cherry #823460

Color information

#823460 (or 0x823460) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 34 and 60. RGB value is (130,52,96). Sum of RGB (Red+Green+Blue) = 130+52+96=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #823460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823460 is #7DCB9F. Grayscale: #505050. Windows color (decimal): -8244128 or 6304898. OLE color: 6304898.

HSL color Cylindrical-coordinate representation of color #823460: hue angle of 326.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823460 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1305296-
CMYK00.600.260.49
HSL326.15º42.86%35.69%-
HSV(B)326.15º60%50.98%-
XYZ12.558.0511.96-
YUV80.34136.84163.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=46.76%
G=18.71%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130529600.600.260.49326.1542.8635.69
Hex82346003C1A311462b24
Octal2026414007432615065344
Binary100000101101001100000011110011010110001101000110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823460; }

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

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

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

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

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

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

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

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