#882258

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

Shades of Rose Bud Cherry #882258

Tints of Rose Bud Cherry #882258

Color information

#882258 (or 0x882258) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 22 and 58. RGB value is (136,34,88). Sum of RGB (Red+Green+Blue) = 136+34+88=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #882258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882258 is #77DDA7. Grayscale: #464646. Windows color (decimal): -7855528 or 5776008. OLE color: 5776008.

HSL color Cylindrical-coordinate representation of color #882258: hue angle of 328.24º 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 #882258 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1363488-
CMYK00.750.350.47
HSL328.24º60%33.33%-
HSV(B)328.24º75%53.33%-
XYZ12.497.089.94-
YUV70.65137.79174.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.71%
GREEN value IS 34 (13.67% from 255) = 13.18%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=52.71%
G=13.18%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136348800.750.350.47328.246033.33
Hex88225804B232F1483c21
Octal21042130011343575107441
Binary10001000100010101100001001011100011101111101001000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882258; }

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

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

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

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

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

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

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

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