#88275B

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

Shades of Rose Bud Cherry #88275B

Tints of Rose Bud Cherry #88275B

Color information

#88275B (or 0x88275B) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 27 and 5B. RGB value is (136,39,91). Sum of RGB (Red+Green+Blue) = 136+39+91=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88275B is #77D8A4. Grayscale: #494949. Windows color (decimal): -7854245 or 5973896. OLE color: 5973896.

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

Color convert

RGB1363991-
CMYK00.710.330.47
HSL327.84º55.43%34.31%-
HSV(B)327.84º71.32%53.33%-
XYZ12.777.4410.66-
YUV73.93137.64172.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 91 (35.94% from 255) = 34.21%
R=51.13%
G=14.66%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136399100.710.330.47327.8455.4334.31
Hex88275B047212F1483722
Octal21047133010741575106742
Binary10001000100111101101101000111100001101111101001000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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