Html Css Color HEX #882956 Rose Bud Cherry

📋 copy color: '#882956'

red 136 ◦ green 41 ◦ blue 86

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

Shades of Rose Bud Cherry #882956

Tints of Rose Bud Cherry #882956

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

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

R = 51.71%
G = 15.59%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#882956 (or 0x882956) is known color: Rose Bud Cherry. HEX triplet: 88, 29 and 56. RGB value is (136,41,86). Sum of RGB (Red+Green+Blue) = 136+41+86=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #882956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882956 is #77D6A9. Grayscale: #4A4A4A. Windows color (decimal): -7853738 or 5646728. OLE color: 5646728.

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

Color convert

RGB 136 41 86 -
CMYK 0 0.70 0.37 0.47
HSL 331.58º 0.54% 0.35% -
HSV(B) 331.58º 0.7% 0.53% -
XYZ 12.63 7.49 9.58 -
YUV 74.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 136 41 86 0 0.70 0.37 0.47 331.58 0.54 0.35
Hex 88 29 56 0 46 25 2F 14C 36 23
Octal 210 51 126 0 106 45 57 514 66 43
Binary 10001000 101001 1010110 0 1000110 100101 101111 101001100 110110 100011

Color Harmonies of #882956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882956

Black with #882956

Text Example


Text Example

White with #882956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882956; }

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

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

background-color css

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

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

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

border-color css

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

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

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