#88335F

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

Shades of Rose Bud Cherry #88335F

Tints of Rose Bud Cherry #88335F

Color information

#88335F (or 0x88335F) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 33 and 5F. RGB value is (136,51,95). Sum of RGB (Red+Green+Blue) = 136+51+95=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88335F is #77CCA0. Grayscale: #515151. Windows color (decimal): -7851169 or 6239112. OLE color: 6239112.

HSL color Cylindrical-coordinate representation of color #88335F: hue angle of 328.94º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88335F is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1365195-
CMYK00.620.300.47
HSL328.94º45.45%36.67%-
HSV(B)328.94º62.5%53.33%-
XYZ13.48.4311.75-
YUV81.43135.66166.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=48.23%
G=18.09%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136519500.620.300.47328.9445.4536.67
Hex88335F03E1E2F1492d25
Octal2106313707636575115545
Binary100010001100111011111011111011110101111101001001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88335F; }

 p { color: rgb(136,51,95); }

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

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

 a { background-color: rgb(136,51,95); }

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

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

 span { border-color: rgb(136,51,95); }

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