Html Css Color HEX #882951 Rose Bud Cherry

📋 copy color: '#882951'

red 136 ◦ green 41 ◦ blue 81

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

Shades of Rose Bud Cherry #882951

Tints of Rose Bud Cherry #882951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.4%

R = 52.71%
G = 15.89%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#882951 (or 0x882951) is known color: Rose Bud Cherry. HEX triplet: 88, 29 and 51. RGB value is (136,41,81). Sum of RGB (Red+Green+Blue) = 136+41+81=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #882951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882951 is #77D6AE. Grayscale: #494949. Windows color (decimal): -7853743 or 5319048. OLE color: 5319048.

HSL color Cylindrical-coordinate representation of color #882951: hue angle of 334.74º 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 #882951 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 81 -
CMYK 0 0.70 0.40 0.47
HSL 334.74º 0.54% 0.35% -
HSV(B) 334.74º 0.7% 0.53% -
XYZ 12.43 7.41 8.56 -
YUV 73.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 136 41 81 0 0.70 0.40 0.47 334.74 0.54 0.35
Hex 88 29 51 0 46 28 2F 14F 36 23
Octal 210 51 121 0 106 50 57 517 66 43
Binary 10001000 101001 1010001 0 1000110 101000 101111 101001111 110110 100011

Color Harmonies of #882951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882951

Black with #882951

Text Example


Text Example

White with #882951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882951; }

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

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

background-color css

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

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

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

border-color css

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

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

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