#831B4E

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

Shades of Rose Bud Cherry #831B4E

Tints of Rose Bud Cherry #831B4E

Color information

#831B4E (or 0x831B4E) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 1B and 4E. RGB value is (131,27,78). Sum of RGB (Red+Green+Blue) = 131+27+78=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #831B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #831B4E is #7CE4B1. Grayscale: #3F3F3F. Windows color (decimal): -8185010 or 5118851. OLE color: 5118851.

HSL color Cylindrical-coordinate representation of color #831B4E: hue angle of 330.58º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #831B4E is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1312778-
CMYK00.790.400.49
HSL330.58º65.82%30.98%-
HSV(B)330.58º79.39%51.37%-
XYZ11.136.167.81-
YUV63.91135.96175.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 55.51%
GREEN value IS 27 (10.94% from 255) = 11.44%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=55.51%
G=11.44%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131277800.790.400.49330.5865.8230.98
Hex831B4E04F283114b421f
Octal203331160117506151310237
Binary1000001111011100111001001111101000110001101001011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831B4E; }

 p { color: rgb(131,27,78); }

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

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

 a { background-color: rgb(131,27,78); }

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

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

 span { border-color: rgb(131,27,78); }

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