Html Css Color HEX #882655 Rose Bud Cherry

📋 copy color: '#882655'

red 136 ◦ green 38 ◦ blue 85

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

Shades of Rose Bud Cherry #882655

Tints of Rose Bud Cherry #882655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

 BLUE value IS 85 (33.59% from 255) = 32.82%

R = 52.51%
G = 14.67%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#882655 (or 0x882655) is known color: Rose Bud Cherry. HEX triplet: 88, 26 and 55. RGB value is (136,38,85). Sum of RGB (Red+Green+Blue) = 136+38+85=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #882655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882655 is #77D9AA. Grayscale: #484848. Windows color (decimal): -7854507 or 5580424. OLE color: 5580424.

HSL color Cylindrical-coordinate representation of color #882655: hue angle of 331.22º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882655 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 38 85 -
CMYK 0 0.72 0.38 0.47
HSL 331.22º 0.56% 0.34% -
HSV(B) 331.22º 0.72% 0.53% -
XYZ 12.49 7.28 9.34 -
YUV 72.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 136 38 85 0 0.72 0.38 0.47 331.22 0.56 0.34
Hex 88 26 55 0 48 26 2F 14B 38 22
Octal 210 46 125 0 110 46 57 513 70 42
Binary 10001000 100110 1010101 0 1001000 100110 101111 101001011 111000 100010

Color Harmonies of #882655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882655

Black with #882655

Text Example


Text Example

White with #882655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882655; }

 p { color: rgb(136,38,85); }

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

background-color css

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

 a { background-color: rgb(136,38,85); }

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

border-color css

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

 span { border-color: rgb(136,38,85); }

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