Html Css Color HEX #88285B Rose Bud Cherry

📋 copy color: '#88285B'

red 136 ◦ green 40 ◦ blue 91

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

Shades of Rose Bud Cherry #88285B

Tints of Rose Bud Cherry #88285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

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

R = 50.94%
G = 14.98%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#88285B (or 0x88285B) is known color: Rose Bud Cherry. HEX triplet: 88, 28 and 5B. RGB value is (136,40,91). Sum of RGB (Red+Green+Blue) = 136+40+91=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #88285B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88285B is #77D7A4. Grayscale: #4A4A4A. Windows color (decimal): -7853989 or 5974152. OLE color: 5974152.

HSL color Cylindrical-coordinate representation of color #88285B: hue angle of 328.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88285B is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 91 -
CMYK 0 0.71 0.33 0.47
HSL 328.13º 0.55% 0.35% -
HSV(B) 328.13º 0.71% 0.53% -
XYZ 12.8 7.51 10.67 -
YUV 74.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 136 40 91 0 0.71 0.33 0.47 328.13 0.55 0.35
Hex 88 28 5B 0 47 21 2F 148 37 23
Octal 210 50 133 0 107 41 57 510 67 43
Binary 10001000 101000 1011011 0 1000111 100001 101111 101001000 110111 100011

Color Harmonies of #88285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88285B

Black with #88285B

Text Example


Text Example

White with #88285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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