Html Css Color HEX #882761 Rose Bud Cherry

📋 copy color: '#882761'

red 136 ◦ green 39 ◦ blue 97

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

Shades of Rose Bud Cherry #882761

Tints of Rose Bud Cherry #882761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.34%

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 50%
G = 14.34%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#882761 (or 0x882761) is known color: Rose Bud Cherry. HEX triplet: 88, 27 and 61. RGB value is (136,39,97). Sum of RGB (Red+Green+Blue) = 136+39+97=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #882761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882761 is #77D89E. Grayscale: #4A4A4A. Windows color (decimal): -7854239 or 6367112. OLE color: 6367112.

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

Color convert

RGB 136 39 97 -
CMYK 0 0.71 0.29 0.47
HSL 324.12º 0.55% 0.34% -
HSV(B) 324.12º 0.71% 0.53% -
XYZ 13.04 7.55 12.08 -
YUV 74.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 136 39 97 0 0.71 0.29 0.47 324.12 0.55 0.34
Hex 88 27 61 0 47 1D 2F 144 37 22
Octal 210 47 141 0 107 35 57 504 67 42
Binary 10001000 100111 1100001 0 1000111 11101 101111 101000100 110111 100010

Color Harmonies of #882761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882761

Black with #882761

Text Example


Text Example

White with #882761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882761; }

 p { color: rgb(136,39,97); }

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

background-color css

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

 a { background-color: rgb(136,39,97); }

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

border-color css

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

 span { border-color: rgb(136,39,97); }

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