#823860

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

Shades of Rose Bud Cherry #823860

Tints of Rose Bud Cherry #823860

Color information

#823860 (or 0x823860) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 38 and 60. RGB value is (130,56,96). Sum of RGB (Red+Green+Blue) = 130+56+96=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #823860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823860 is #7DC79F. Grayscale: #525252. Windows color (decimal): -8243104 or 6305922. OLE color: 6305922.

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

Color convert

RGB1305696-
CMYK00.570.260.49
HSL327.57º39.78%36.47%-
HSV(B)327.57º56.92%50.98%-
XYZ12.738.4212.02-
YUV82.69135.52161.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=46.10%
G=19.86%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130569600.570.260.49327.5739.7836.47
Hex8238600391A311482824
Octal2027014007132615105044
Binary100000101110001100000011100111010110001101001000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823860; }

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

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

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

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

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

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

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

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