#83235D

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

Shades of Rose Bud Cherry #83235D

Tints of Rose Bud Cherry #83235D

Color information

#83235D (or 0x83235D) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 23 and 5D. RGB value is (131,35,93). Sum of RGB (Red+Green+Blue) = 131+35+93=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83235D is #7CDCA2. Grayscale: #464646. Windows color (decimal): -8182947 or 6103939. OLE color: 6103939.

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

Color convert

RGB1313593-
CMYK00.730.290.49
HSL323.75º57.83%32.55%-
HSV(B)323.75º73.28%51.37%-
XYZ11.946.8211.04-
YUV70.32140.8171.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.58%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=50.58%
G=13.51%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131359300.730.290.49323.7557.8332.55
Hex83235D0491D311443a21
Octal20343135011135615047241
Binary1000001110001110111010100100111101110001101000100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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