#83265C

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

Shades of Rose Bud Cherry #83265C

Tints of Rose Bud Cherry #83265C

Color information

#83265C (or 0x83265C) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 26 and 5C. RGB value is (131,38,92). Sum of RGB (Red+Green+Blue) = 131+38+92=261 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.19% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 131 - color contains mainly: red. Hex color #83265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83265C is #7CD9A3. Grayscale: #474747. Windows color (decimal): -8182180 or 6039171. OLE color: 6039171.

HSL color Cylindrical-coordinate representation of color #83265C: hue angle of 325.16º 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 #83265C is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1313892-
CMYK00.710.300.49
HSL325.16º55.03%33.14%-
HSV(B)325.16º70.99%51.37%-
XYZ11.986.9810.84-
YUV71.96139.31170.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.19%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=50.19%
G=14.56%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131389200.710.300.49325.1655.0333.14
Hex83265C0471E311453721
Octal20346134010736615056741
Binary1000001110011010111000100011111110110001101000101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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