#882358

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

Shades of Rose Bud Cherry #882358

Tints of Rose Bud Cherry #882358

Color information

#882358 (or 0x882358) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 23 and 58. RGB value is (136,35,88). Sum of RGB (Red+Green+Blue) = 136+35+88=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #882358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882358 is #77DCA7. Grayscale: #474747. Windows color (decimal): -7855272 or 5776264. OLE color: 5776264.

HSL color Cylindrical-coordinate representation of color #882358: hue angle of 328.51º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882358 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1363588-
CMYK00.740.350.47
HSL328.51º59.06%33.53%-
HSV(B)328.51º74.26%53.33%-
XYZ12.527.149.95-
YUV71.24137.46174.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=52.51%
G=13.51%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136358800.740.350.47328.5159.0633.53
Hex88235804A232F1493b22
Octal21043130011243575117342
Binary10001000100011101100001001010100011101111101001001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882358; }

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

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

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

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

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

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

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

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