Html Css Color HEX #88255C Rose Bud Cherry

📋 copy color: '#88255C'

red 136 ◦ green 37 ◦ blue 92

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

Shades of Rose Bud Cherry #88255C

Tints of Rose Bud Cherry #88255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 51.32%
G = 13.96%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88255C (or 0x88255C) is known color: Rose Bud Cherry. HEX triplet: 88, 25 and 5C. RGB value is (136,37,92). Sum of RGB (Red+Green+Blue) = 136+37+92=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #88255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88255C is #77DAA3. Grayscale: #484848. Windows color (decimal): -7854756 or 6038920. OLE color: 6038920.

HSL color Cylindrical-coordinate representation of color #88255C: hue angle of 326.67º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88255C is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 37 92 -
CMYK 0 0.73 0.32 0.47
HSL 326.67º 0.57% 0.34% -
HSV(B) 326.67º 0.73% 0.53% -
XYZ 12.75 7.33 10.87 -
YUV 72.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 136 37 92 0 0.73 0.32 0.47 326.67 0.57 0.34
Hex 88 25 5C 0 49 20 2F 147 39 22
Octal 210 45 134 0 111 40 57 507 71 42
Binary 10001000 100101 1011100 0 1001001 100000 101111 101000111 111001 100010

Color Harmonies of #88255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88255C

Black with #88255C

Text Example


Text Example

White with #88255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88255C; }

 p { color: rgb(136,37,92); }

 H1.HeaderClassName
 {
   color: #88255C;
 }
 .AnyTagClassName
 {
   color: #88255C;
 }
</style>

background-color css

<style>
 a { background-color: #88255C; }

 a { background-color: rgb(136,37,92); }

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

border-color css

<style>
 span { border-color: #88255C; }

 span { border-color: rgb(136,37,92); }

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