#83185B

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

Shades of Rose Bud Cherry #83185B

Tints of Rose Bud Cherry #83185B

Color information

#83185B (or 0x83185B) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 18 and 5B. RGB value is (131,24,91). Sum of RGB (Red+Green+Blue) = 131+24+91=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83185B is #7CE7A4. Grayscale: #3F3F3F. Windows color (decimal): -8185765 or 5970051. OLE color: 5970051.

HSL color Cylindrical-coordinate representation of color #83185B: hue angle of 322.43º 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 #83185B is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1312491-
CMYK00.820.310.49
HSL322.43º69.03%30.39%-
HSV(B)322.43º81.68%51.37%-
XYZ11.586.2310.49-
YUV63.63143.45176.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=53.25%
G=9.76%
B=36.99%

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
Decimal131249100.820.310.49322.4369.0330.39
Hex83185B0521F31142451e
Octal203301330122376150210536
Binary100000111100010110110101001011111110001101000010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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