Html Css Color HEX #882752 Rose Bud Cherry

📋 copy color: '#882752'

red 136 ◦ green 39 ◦ blue 82

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

Shades of Rose Bud Cherry #882752

Tints of Rose Bud Cherry #882752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 52.92%
G = 15.18%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#882752 (or 0x882752) is known color: Rose Bud Cherry. HEX triplet: 88, 27 and 52. RGB value is (136,39,82). Sum of RGB (Red+Green+Blue) = 136+39+82=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #882752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882752 is #77D8AD. Grayscale: #484848. Windows color (decimal): -7854254 or 5384072. OLE color: 5384072.

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

Color convert

RGB 136 39 82 -
CMYK 0 0.71 0.40 0.47
HSL 333.4º 0.55% 0.34% -
HSV(B) 333.4º 0.71% 0.53% -
XYZ 12.4 7.29 8.74 -
YUV 72.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 136 39 82 0 0.71 0.40 0.47 333.4 0.55 0.34
Hex 88 27 52 0 47 28 2F 14D 37 22
Octal 210 47 122 0 107 50 57 515 67 42
Binary 10001000 100111 1010010 0 1000111 101000 101111 101001101 110111 100010

Color Harmonies of #882752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882752

Black with #882752

Text Example


Text Example

White with #882752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882752; }

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

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

background-color css

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

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

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

border-color css

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

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

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