#88375A

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

Shades of Rose Bud Cherry #88375A

Tints of Rose Bud Cherry #88375A

Color information

#88375A (or 0x88375A) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 37 and 5A. RGB value is (136,55,90). Sum of RGB (Red+Green+Blue) = 136+55+90=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88375A is #77C8A5. Grayscale: #535353. Windows color (decimal): -7850150 or 5912456. OLE color: 5912456.

HSL color Cylindrical-coordinate representation of color #88375A: hue angle of 334.07º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88375A is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1365590-
CMYK00.600.340.47
HSL334.07º42.41%37.45%-
HSV(B)334.07º59.56%53.33%-
XYZ13.368.710.65-
YUV83.21131.84165.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.40%
GREEN value IS 55 (21.88% from 255) = 19.57%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=48.40%
G=19.57%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136559000.600.340.47334.0742.4137.45
Hex88375A03C222F14e2a25
Octal2106713207442575165245
Binary1000100011011110110100111100100010101111101001110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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