#88395B

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

Shades of Rose Bud Cherry #88395B

Tints of Rose Bud Cherry #88395B

Color information

#88395B (or 0x88395B) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 39 and 5B. RGB value is (136,57,91). Sum of RGB (Red+Green+Blue) = 136+57+91=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88395B is #77C6A4. Grayscale: #545454. Windows color (decimal): -7849637 or 5978504. OLE color: 5978504.

HSL color Cylindrical-coordinate representation of color #88395B: hue angle of 334.18º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #88395B is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1365791-
CMYK00.580.330.47
HSL334.18º40.93%37.84%-
HSV(B)334.18º58.09%53.33%-
XYZ13.58.9210.91-
YUV84.5131.67164.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 57 (22.66% from 255) = 20.07%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=47.89%
G=20.07%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136579100.580.330.47334.1840.9337.84
Hex88395B03A212F14e2926
Octal2107113307241575165146
Binary1000100011100110110110111010100001101111101001110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88395B; }

 p { color: rgb(136,57,91); }

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

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

 a { background-color: rgb(136,57,91); }

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

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

 span { border-color: rgb(136,57,91); }

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