#83255B

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

Shades of Rose Bud Cherry #83255B

Tints of Rose Bud Cherry #83255B

Color information

#83255B (or 0x83255B) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 25 and 5B. RGB value is (131,37,91). Sum of RGB (Red+Green+Blue) = 131+37+91=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #83255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83255B is #7CDAA4. Grayscale: #474747. Windows color (decimal): -8182437 or 5973379. OLE color: 5973379.

HSL color Cylindrical-coordinate representation of color #83255B: hue angle of 325.53º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83255B is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1313791-
CMYK00.720.310.49
HSL325.53º55.95%32.94%-
HSV(B)325.53º71.76%51.37%-
XYZ11.916.910.6-
YUV71.26139.14170.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.58%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=50.58%
G=14.29%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131379100.720.310.49325.5355.9532.94
Hex83255B0481F311463821
Octal20345133011037615067041
Binary1000001110010110110110100100011111110001101000110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83255B; }

 p { color: rgb(131,37,91); }

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

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

 a { background-color: rgb(131,37,91); }

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

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

 span { border-color: rgb(131,37,91); }

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