Html Css Color HEX #88285C Rose Bud Cherry

📋 copy color: '#88285C'

red 136 ◦ green 40 ◦ blue 92

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

Shades of Rose Bud Cherry #88285C

Tints of Rose Bud Cherry #88285C

RGB

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

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

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

R = 50.75%
G = 14.93%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88285C (or 0x88285C) is known color: Rose Bud Cherry. HEX triplet: 88, 28 and 5C. RGB value is (136,40,92). Sum of RGB (Red+Green+Blue) = 136+40+92=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88285C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88285C is #77D7A3. Grayscale: #4A4A4A. Windows color (decimal): -7853988 or 6039688. OLE color: 6039688.

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

Color convert

RGB 136 40 92 -
CMYK 0 0.71 0.32 0.47
HSL 327.5º 0.55% 0.35% -
HSV(B) 327.5º 0.71% 0.53% -
XYZ 12.84 7.52 10.9 -
YUV 74.63 137.8 171.77 -
System Red Green Blue C M Y K H S L
Decimal 136 40 92 0 0.71 0.32 0.47 327.5 0.55 0.35
Hex 88 28 5C 0 47 20 2F 148 37 23
Octal 210 50 134 0 107 40 57 510 67 43
Binary 10001000 101000 1011100 0 1000111 100000 101111 101001000 110111 100011

Color Harmonies of #88285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88285C

Black with #88285C

Text Example


Text Example

White with #88285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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