#83185A

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

Shades of Rose Bud Cherry #83185A

Tints of Rose Bud Cherry #83185A

Color information

#83185A (or 0x83185A) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 18 and 5A. RGB value is (131,24,90). Sum of RGB (Red+Green+Blue) = 131+24+90=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83185A is #7CE7A5. Grayscale: #3F3F3F. Windows color (decimal): -8185766 or 5904515. OLE color: 5904515.

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

Color convert

RGB1312490-
CMYK00.820.310.49
HSL322.99º69.03%30.39%-
HSV(B)322.99º81.68%51.37%-
XYZ11.536.2210.26-
YUV63.52142.95176.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=53.47%
G=9.80%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131249000.820.310.49322.9969.0330.39
Hex83185A0521F31143451e
Octal203301320122376150310536
Binary100000111100010110100101001011111110001101000011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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