#882250

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

Shades of Rose Bud Cherry #882250

Tints of Rose Bud Cherry #882250

Color information

#882250 (or 0x882250) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 22 and 50. RGB value is (136,34,80). Sum of RGB (Red+Green+Blue) = 136+34+80=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #882250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882250 is #77DDAF. Grayscale: #454545. Windows color (decimal): -7855536 or 5251720. OLE color: 5251720.

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

Color convert

RGB1363480-
CMYK00.750.410.47
HSL332.94º60%33.33%-
HSV(B)332.94º75%53.33%-
XYZ12.176.968.29-
YUV69.74133.79175.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.4%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 80 (31.64% from 255) = 32%
R=54.4%
G=13.6%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136348000.750.410.47332.946033.33
Hex88225004B292F14d3c21
Octal21042120011351575157441
Binary10001000100010101000001001011101001101111101001101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882250; }

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

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

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

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

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

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

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

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