#88305F

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

Shades of Rose Bud Cherry #88305F

Tints of Rose Bud Cherry #88305F

Color information

#88305F (or 0x88305F) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 30 and 5F. RGB value is (136,48,95). Sum of RGB (Red+Green+Blue) = 136+48+95=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88305F is #77CFA0. Grayscale: #4F4F4F. Windows color (decimal): -7851937 or 6238344. OLE color: 6238344.

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

Color convert

RGB1364895-
CMYK00.650.300.47
HSL327.95º47.83%36.08%-
HSV(B)327.95º64.71%53.33%-
XYZ13.288.1711.7-
YUV79.67136.65168.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=48.75%
G=17.20%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136489500.650.300.47327.9547.8336.08
Hex88305F0411E2F1483024
Octal21060137010136575106044
Binary1000100011000010111110100000111110101111101001000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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