#83265D

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

Shades of Rose Bud Cherry #83265D

Tints of Rose Bud Cherry #83265D

Color information

#83265D (or 0x83265D) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 26 and 5D. RGB value is (131,38,93). Sum of RGB (Red+Green+Blue) = 131+38+93=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83265D is #7CD9A2. Grayscale: #474747. Windows color (decimal): -8182179 or 6104707. OLE color: 6104707.

HSL color Cylindrical-coordinate representation of color #83265D: hue angle of 324.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83265D is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB1313893-
CMYK00.710.290.49
HSL324.52º55.03%33.14%-
HSV(B)324.52º70.99%51.37%-
XYZ12.03711.07-
YUV72.08139.81170.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=50%
G=14.50%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131389300.710.290.49324.5255.0333.14
Hex83265D0471D311453721
Octal20346135010735615056741
Binary1000001110011010111010100011111101110001101000101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,38,93); }

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

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

 a { background-color: rgb(131,38,93); }

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

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

 span { border-color: rgb(131,38,93); }

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