Html Css Color HEX #88205D Rose Bud Cherry

📋 copy color: '#88205D'

red 136 ◦ green 32 ◦ blue 93

#88205D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #88205D

Tints of Rose Bud Cherry #88205D

RGB

 RED value IS 136 (53.52% from 255) = 52.11%

 GREEN value IS 32 (12.89% from 255) = 12.26%

 BLUE value IS 93 (36.72% from 255) = 35.63%

R = 52.11%
G = 12.26%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88205D (or 0x88205D) is known color: Rose Bud Cherry. HEX triplet: 88, 20 and 5D. RGB value is (136,32,93). Sum of RGB (Red+Green+Blue) = 136+32+93=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #88205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88205D is #77DFA2. Grayscale: #454545. Windows color (decimal): -7856035 or 6103176. OLE color: 6103176.

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

Color convert

RGB 136 32 93 -
CMYK 0 0.76 0.32 0.47
HSL 324.81º 0.62% 0.33% -
HSV(B) 324.81º 0.76% 0.53% -
XYZ 12.65 7.06 11.05 -
YUV 70.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 136 32 93 0 0.76 0.32 0.47 324.81 0.62 0.33
Hex 88 20 5D 0 4C 20 2F 145 3E 21
Octal 210 40 135 0 114 40 57 505 76 41
Binary 10001000 100000 1011101 0 1001100 100000 101111 101000101 111110 100001

Color Harmonies of #88205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88205D

Black with #88205D

Text Example


Text Example

White with #88205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88205D;
 }
 .AnyTagClassName
 {
   color: #88205D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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