Html Css Color HEX #88325C Rose Bud Cherry

📋 copy color: '#88325C'

red 136 ◦ green 50 ◦ blue 92

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

Shades of Rose Bud Cherry #88325C

Tints of Rose Bud Cherry #88325C

RGB

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

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

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

R = 48.92%
G = 17.99%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88325C (or 0x88325C) is known color: Rose Bud Cherry. HEX triplet: 88, 32 and 5C. RGB value is (136,50,92). Sum of RGB (Red+Green+Blue) = 136+50+92=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #88325C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88325C is #77CDA3. Grayscale: #505050. Windows color (decimal): -7851428 or 6042248. OLE color: 6042248.

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

Color convert

RGB 136 50 92 -
CMYK 0 0.63 0.32 0.47
HSL 330.7º 0.46% 0.36% -
HSV(B) 330.7º 0.63% 0.53% -
XYZ 13.23 8.29 11.03 -
YUV 80.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 136 50 92 0 0.63 0.32 0.47 330.7 0.46 0.36
Hex 88 32 5C 0 3F 20 2F 14B 2E 24
Octal 210 62 134 0 77 40 57 513 56 44
Binary 10001000 110010 1011100 0 111111 100000 101111 101001011 101110 100100

Color Harmonies of #88325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88325C

Black with #88325C

Text Example


Text Example

White with #88325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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