#88195D

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

Shades of Rose Bud Cherry #88195D

Tints of Rose Bud Cherry #88195D

Color information

#88195D (or 0x88195D) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 19 and 5D. RGB value is (136,25,93). Sum of RGB (Red+Green+Blue) = 136+25+93=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88195D is #77E6A2. Grayscale: #414141. Windows color (decimal): -7857827 or 6101384. OLE color: 6101384.

HSL color Cylindrical-coordinate representation of color #88195D: hue angle of 323.24º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88195D is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1362593-
CMYK00.820.320.47
HSL323.24º68.94%31.57%-
HSV(B)323.24º81.62%53.33%-
XYZ12.486.7211-
YUV65.94143.27177.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=53.54%
G=9.84%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136259300.820.320.47323.2468.9431.57
Hex88195D052202F1434520
Octal210311350122405750310540
Binary10001000110011011101010100101000001011111010000111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88195D; }

 p { color: rgb(136,25,93); }

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

<style>
 a { background-color: #88195D; }

 a { background-color: rgb(136,25,93); }

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

<style>
 span { border-color: #88195D; }

 span { border-color: rgb(136,25,93); }

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