Html Css Color HEX #882D56 Rose Bud Cherry

📋 copy color: '#882D56'

red 136 ◦ green 45 ◦ blue 86

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

Shades of Rose Bud Cherry #882D56

Tints of Rose Bud Cherry #882D56

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.85%

 BLUE value IS 86 (33.98% from 255) = 32.21%

R = 50.94%
G = 16.85%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#882D56 (or 0x882D56) is known color: Rose Bud Cherry. HEX triplet: 88, 2D and 56. RGB value is (136,45,86). Sum of RGB (Red+Green+Blue) = 136+45+86=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #882D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D56 is #77D2A9. Grayscale: #4C4C4C. Windows color (decimal): -7852714 or 5647752. OLE color: 5647752.

HSL color Cylindrical-coordinate representation of color #882D56: hue angle of 332.97º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D56 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 45 86 -
CMYK 0 0.67 0.37 0.47
HSL 332.97º 0.5% 0.35% -
HSV(B) 332.97º 0.67% 0.53% -
XYZ 12.77 7.78 9.63 -
YUV 76.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 136 45 86 0 0.67 0.37 0.47 332.97 0.5 0.35
Hex 88 2D 56 0 43 25 2F 14D 32 23
Octal 210 55 126 0 103 45 57 515 62 43
Binary 10001000 101101 1010110 0 1000011 100101 101111 101001101 110010 100011

Color Harmonies of #882D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D56

Black with #882D56

Text Example


Text Example

White with #882D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882D56; }

 p { color: rgb(136,45,86); }

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

background-color css

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

 a { background-color: rgb(136,45,86); }

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

border-color css

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

 span { border-color: rgb(136,45,86); }

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