Html Css Color HEX #88255B Rose Bud Cherry

📋 copy color: '#88255B'

red 136 ◦ green 37 ◦ blue 91

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

Shades of Rose Bud Cherry #88255B

Tints of Rose Bud Cherry #88255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 51.52%
G = 14.02%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#88255B (or 0x88255B) is known color: Rose Bud Cherry. HEX triplet: 88, 25 and 5B. RGB value is (136,37,91). Sum of RGB (Red+Green+Blue) = 136+37+91=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88255B is #77DAA4. Grayscale: #484848. Windows color (decimal): -7854757 or 5973384. OLE color: 5973384.

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

Color convert

RGB 136 37 91 -
CMYK 0 0.73 0.33 0.47
HSL 327.27º 0.57% 0.34% -
HSV(B) 327.27º 0.73% 0.53% -
XYZ 12.7 7.31 10.64 -
YUV 72.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 136 37 91 0 0.73 0.33 0.47 327.27 0.57 0.34
Hex 88 25 5B 0 49 21 2F 147 39 22
Octal 210 45 133 0 111 41 57 507 71 42
Binary 10001000 100101 1011011 0 1001001 100001 101111 101000111 111001 100010

Color Harmonies of #88255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88255B

Black with #88255B

Text Example


Text Example

White with #88255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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