#83185C

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

Shades of Rose Bud Cherry #83185C

Tints of Rose Bud Cherry #83185C

Color information

#83185C (or 0x83185C) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 18 and 5C. RGB value is (131,24,92). Sum of RGB (Red+Green+Blue) = 131+24+92=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83185C is #7CE7A3. Grayscale: #3F3F3F. Windows color (decimal): -8185764 or 6035587. OLE color: 6035587.

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

Color convert

RGB1312492-
CMYK00.820.300.49
HSL321.87º69.03%30.39%-
HSV(B)321.87º81.68%51.37%-
XYZ11.626.2510.72-
YUV63.74143.95175.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.04%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 92 (36.33% from 255) = 37.25%
R=53.04%
G=9.72%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131249200.820.300.49321.8769.0330.39
Hex83185C0521E31142451e
Octal203301340122366150210536
Binary100000111100010111000101001011110110001101000010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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