#88215E

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

Shades of Rose Bud Cherry #88215E

Tints of Rose Bud Cherry #88215E

Color information

#88215E (or 0x88215E) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 21 and 5E. RGB value is (136,33,94). Sum of RGB (Red+Green+Blue) = 136+33+94=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88215E is #77DEA1. Grayscale: #464646. Windows color (decimal): -7855778 or 6168968. OLE color: 6168968.

HSL color Cylindrical-coordinate representation of color #88215E: hue angle of 324.47º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88215E is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1363394-
CMYK00.760.310.47
HSL324.47º60.95%33.14%-
HSV(B)324.47º75.74%53.33%-
XYZ12.727.1311.3-
YUV70.75141.12174.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=51.71%
G=12.55%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136339400.760.310.47324.4760.9533.14
Hex88215E04C1F2F1443d21
Octal21041136011437575047541
Binary1000100010000110111100100110011111101111101000100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88215E; }

 p { color: rgb(136,33,94); }

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

<style>
 a { background-color: #88215E; }

 a { background-color: rgb(136,33,94); }

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

<style>
 span { border-color: #88215E; }

 span { border-color: rgb(136,33,94); }

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