#88395A

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

Shades of Rose Bud Cherry #88395A

Tints of Rose Bud Cherry #88395A

Color information

#88395A (or 0x88395A) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 39 and 5A. RGB value is (136,57,90). Sum of RGB (Red+Green+Blue) = 136+57+90=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88395A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88395A is #77C6A5. Grayscale: #545454. Windows color (decimal): -7849638 or 5912968. OLE color: 5912968.

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

Color convert

RGB1365790-
CMYK00.580.340.47
HSL334.94º40.93%37.84%-
HSV(B)334.94º58.09%53.33%-
XYZ13.468.910.68-
YUV84.38131.17164.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=48.06%
G=20.14%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136579000.580.340.47334.9440.9337.84
Hex88395A03A222F14f2926
Octal2107113207242575175146
Binary1000100011100110110100111010100010101111101001111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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