Html Css Color HEX #88325E Rose Bud Cherry

📋 copy color: '#88325E'

red 136 ◦ green 50 ◦ blue 94

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

Shades of Rose Bud Cherry #88325E

Tints of Rose Bud Cherry #88325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 48.57%
G = 17.86%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88325E (or 0x88325E) is known color: Rose Bud Cherry. HEX triplet: 88, 32 and 5E. RGB value is (136,50,94). Sum of RGB (Red+Green+Blue) = 136+50+94=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88325E is #77CDA1. Grayscale: #505050. Windows color (decimal): -7851426 or 6173320. OLE color: 6173320.

HSL color Cylindrical-coordinate representation of color #88325E: hue angle of 329.3º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88325E is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 94 -
CMYK 0 0.63 0.31 0.47
HSL 329.3º 0.46% 0.36% -
HSV(B) 329.3º 0.63% 0.53% -
XYZ 13.31 8.32 11.49 -
YUV 80.73 135.49 167.42 -
System Red Green Blue C M Y K H S L
Decimal 136 50 94 0 0.63 0.31 0.47 329.3 0.46 0.36
Hex 88 32 5E 0 3F 1F 2F 149 2E 24
Octal 210 62 136 0 77 37 57 511 56 44
Binary 10001000 110010 1011110 0 111111 11111 101111 101001001 101110 100100

Color Harmonies of #88325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88325E

Black with #88325E

Text Example


Text Example

White with #88325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88325E; }

 p { color: rgb(136,50,94); }

 H1.HeaderClassName
 {
   color: #88325E;
 }
 .AnyTagClassName
 {
   color: #88325E;
 }
</style>

background-color css

<style>
 a { background-color: #88325E; }

 a { background-color: rgb(136,50,94); }

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

border-color css

<style>
 span { border-color: #88325E; }

 span { border-color: rgb(136,50,94); }

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