#88305A

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

Shades of Rose Bud Cherry #88305A

Tints of Rose Bud Cherry #88305A

Color information

#88305A (or 0x88305A) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 30 and 5A. RGB value is (136,48,90). Sum of RGB (Red+Green+Blue) = 136+48+90=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #88305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88305A is #77CFA5. Grayscale: #4F4F4F. Windows color (decimal): -7851942 or 5910664. OLE color: 5910664.

HSL color Cylindrical-coordinate representation of color #88305A: hue angle of 331.36º 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 #88305A is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1364890-
CMYK00.650.340.47
HSL331.36º47.83%36.08%-
HSV(B)331.36º64.71%53.33%-
XYZ13.068.0910.55-
YUV79.1134.15168.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=49.64%
G=17.52%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136489000.650.340.47331.3647.8336.08
Hex88305A041222F14b3024
Octal21060132010142575136044
Binary10001000110000101101001000001100010101111101001011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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