#88395D

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

Shades of Rose Bud Cherry #88395D

Tints of Rose Bud Cherry #88395D

Color information

#88395D (or 0x88395D) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 39 and 5D. RGB value is (136,57,93). Sum of RGB (Red+Green+Blue) = 136+57+93=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #88395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88395D is #77C6A2. Grayscale: #545454. Windows color (decimal): -7849635 or 6109576. OLE color: 6109576.

HSL color Cylindrical-coordinate representation of color #88395D: hue angle of 332.66º 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 #88395D is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1365793-
CMYK00.580.320.47
HSL332.66º40.93%37.84%-
HSV(B)332.66º58.09%53.33%-
XYZ13.598.9511.37-
YUV84.72132.67164.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 93 (36.72% from 255) = 32.52%
R=47.55%
G=19.93%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136579300.580.320.47332.6640.9337.84
Hex88395D03A202F14d2926
Octal2107113507240575155146
Binary1000100011100110111010111010100000101111101001101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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