#88214E

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

Shades of Rose Bud Cherry #88214E

Tints of Rose Bud Cherry #88214E

Color information

#88214E (or 0x88214E) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 21 and 4E. RGB value is (136,33,78). Sum of RGB (Red+Green+Blue) = 136+33+78=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88214E is #77DEB1. Grayscale: #444444. Windows color (decimal): -7855794 or 5120392. OLE color: 5120392.

HSL color Cylindrical-coordinate representation of color #88214E: hue angle of 333.79º 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 #88214E is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1363378-
CMYK00.760.430.47
HSL333.79º60.95%33.14%-
HSV(B)333.79º75.74%53.33%-
XYZ12.076.877.9-
YUV68.93133.12175.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=55.06%
G=13.36%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136337800.760.430.47333.7960.9533.14
Hex88214E04C2B2F14e3d21
Octal21041116011453575167541
Binary10001000100001100111001001100101011101111101001110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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