Html Css Color HEX #88205F Rose Bud Cherry

📋 copy color: '#88205F'

red 136 ◦ green 32 ◦ blue 95

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

Shades of Rose Bud Cherry #88205F

Tints of Rose Bud Cherry #88205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 51.71%
G = 12.17%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88205F (or 0x88205F) is known color: Rose Bud Cherry. HEX triplet: 88, 20 and 5F. RGB value is (136,32,95). Sum of RGB (Red+Green+Blue) = 136+32+95=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88205F is #77DFA0. Grayscale: #464646. Windows color (decimal): -7856033 or 6234248. OLE color: 6234248.

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

Color convert

RGB 136 32 95 -
CMYK 0 0.76 0.30 0.47
HSL 323.65º 0.62% 0.33% -
HSV(B) 323.65º 0.76% 0.53% -
XYZ 12.74 7.09 11.52 -
YUV 70.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 136 32 95 0 0.76 0.30 0.47 323.65 0.62 0.33
Hex 88 20 5F 0 4C 1E 2F 144 3E 21
Octal 210 40 137 0 114 36 57 504 76 41
Binary 10001000 100000 1011111 0 1001100 11110 101111 101000100 111110 100001

Color Harmonies of #88205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88205F

Black with #88205F

Text Example


Text Example

White with #88205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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