#82385E

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

Shades of Rose Bud Cherry #82385E

Tints of Rose Bud Cherry #82385E

Color information

#82385E (or 0x82385E) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 38 and 5E. RGB value is (130,56,94). Sum of RGB (Red+Green+Blue) = 130+56+94=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #82385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82385E is #7DC7A1. Grayscale: #525252. Windows color (decimal): -8243106 or 6174850. OLE color: 6174850.

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

Color convert

RGB1305694-
CMYK00.570.280.49
HSL329.19º39.78%36.47%-
HSV(B)329.19º56.92%50.98%-
XYZ12.648.3811.54-
YUV82.46134.52161.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=46.43%
G=20%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130569400.570.280.49329.1939.7836.47
Hex82385E0391C311492824
Octal2027013607134615115044
Binary100000101110001011110011100111100110001101001001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82385E; }

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

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

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

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

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

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

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

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