#882150

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

Shades of Rose Bud Cherry #882150

Tints of Rose Bud Cherry #882150

Color information

#882150 (or 0x882150) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 21 and 50. RGB value is (136,33,80). Sum of RGB (Red+Green+Blue) = 136+33+80=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #882150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882150 is #77DEAF. Grayscale: #454545. Windows color (decimal): -7855792 or 5251464. OLE color: 5251464.

HSL color Cylindrical-coordinate representation of color #882150: hue angle of 332.62º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882150 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1363380-
CMYK00.760.410.47
HSL332.62º60.95%33.14%-
HSV(B)332.62º75.74%53.33%-
XYZ12.156.98.28-
YUV69.16134.12175.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=54.62%
G=13.25%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136338000.760.410.47332.6260.9533.14
Hex88215004C292F14d3d21
Octal21041120011451575157541
Binary10001000100001101000001001100101001101111101001101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882150; }

 p { color: rgb(136,33,80); }

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

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

 a { background-color: rgb(136,33,80); }

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

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

 span { border-color: rgb(136,33,80); }

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