Html Css Color HEX #88164C Rose Bud Cherry

📋 copy color: '#88164C'

red 136 ◦ green 22 ◦ blue 76

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

Shades of Rose Bud Cherry #88164C

Tints of Rose Bud Cherry #88164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.4%

 BLUE value IS 76 (30.08% from 255) = 32.48%

R = 58.12%
G = 9.4%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88164C (or 0x88164C) is known color: Rose Bud Cherry. HEX triplet: 88, 16 and 4C. RGB value is (136,22,76). Sum of RGB (Red+Green+Blue) = 136+22+76=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88164C is #77E9B3. Grayscale: #3E3E3E. Windows color (decimal): -7858612 or 4986504. OLE color: 4986504.

HSL color Cylindrical-coordinate representation of color #88164C: hue angle of 331.58º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88164C is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 22 76 -
CMYK 0 0.84 0.44 0.47
HSL 331.58º 0.72% 0.31% -
HSV(B) 331.58º 0.84% 0.53% -
XYZ 11.74 6.33 7.44 -
YUV 62.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 136 22 76 0 0.84 0.44 0.47 331.58 0.72 0.31
Hex 88 16 4C 0 54 2C 2F 14C 48 1F
Octal 210 26 114 0 124 54 57 514 110 37
Binary 10001000 10110 1001100 0 1010100 101100 101111 101001100 1001000 11111

Color Harmonies of #88164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88164C

Black with #88164C

Text Example


Text Example

White with #88164C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,22,76); }

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

background-color css

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

 a { background-color: rgb(136,22,76); }

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

border-color css

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

 span { border-color: rgb(136,22,76); }

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