#83225A

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

Shades of Rose Bud Cherry #83225A

Tints of Rose Bud Cherry #83225A

Color information

#83225A (or 0x83225A) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 22 and 5A. RGB value is (131,34,90). Sum of RGB (Red+Green+Blue) = 131+34+90=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #83225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83225A is #7CDDA5. Grayscale: #454545. Windows color (decimal): -8183206 or 5907075. OLE color: 5907075.

HSL color Cylindrical-coordinate representation of color #83225A: hue angle of 325.36º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83225A is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1313490-
CMYK00.740.310.49
HSL325.36º58.79%32.35%-
HSV(B)325.36º74.05%51.37%-
XYZ11.786.7110.35-
YUV69.39139.64171.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 34 (13.67% from 255) = 13.33%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=51.37%
G=13.33%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131349000.740.310.49325.3658.7932.35
Hex83225A04A1F311453b20
Octal20342132011237615057340
Binary1000001110001010110100100101011111110001101000101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83225A; }

 p { color: rgb(131,34,90); }

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

<style>
 a { background-color: #83225A; }

 a { background-color: rgb(131,34,90); }

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

<style>
 span { border-color: #83225A; }

 span { border-color: rgb(131,34,90); }

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