Html Css Color HEX #88255D Rose Bud Cherry

📋 copy color: '#88255D'

red 136 ◦ green 37 ◦ blue 93

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

Shades of Rose Bud Cherry #88255D

Tints of Rose Bud Cherry #88255D

RGB

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

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

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

R = 51.13%
G = 13.91%
B = 34.96%

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

#88255D (or 0x88255D) is known color: Rose Bud Cherry. HEX triplet: 88, 25 and 5D. RGB value is (136,37,93). Sum of RGB (Red+Green+Blue) = 136+37+93=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88255D is #77DAA2. Grayscale: #484848. Windows color (decimal): -7854755 or 6104456. OLE color: 6104456.

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

Color convert

RGB 136 37 93 -
CMYK 0 0.73 0.32 0.47
HSL 326.06º 0.57% 0.34% -
HSV(B) 326.06º 0.73% 0.53% -
XYZ 12.79 7.35 11.1 -
YUV 72.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 136 37 93 0 0.73 0.32 0.47 326.06 0.57 0.34
Hex 88 25 5D 0 49 20 2F 146 39 22
Octal 210 45 135 0 111 40 57 506 71 42
Binary 10001000 100101 1011101 0 1001001 100000 101111 101000110 111001 100010

Color Harmonies of #88255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88255D

Black with #88255D

Text Example


Text Example

White with #88255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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