#831850

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

Shades of Rose Bud Cherry #831850

Tints of Rose Bud Cherry #831850

Color information

#831850 (or 0x831850) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 18 and 50. RGB value is (131,24,80). Sum of RGB (Red+Green+Blue) = 131+24+80=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #831850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831850 is #7CE7AF. Grayscale: #3E3E3E. Windows color (decimal): -8185776 or 5249155. OLE color: 5249155.

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

Color convert

RGB1312480-
CMYK00.820.390.49
HSL328.6º69.03%30.39%-
HSV(B)328.6º81.68%51.37%-
XYZ11.136.068.17-
YUV62.38137.95176.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.74%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=55.74%
G=10.21%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131248000.820.390.49328.669.0330.39
Hex8318500522731149451e
Octal203301200122476151110536
Binary1000001111000101000001010010100111110001101001001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831850; }

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

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

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

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

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

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

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

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