Html Css Color HEX #882B52 Rose Bud Cherry

📋 copy color: '#882B52'

red 136 ◦ green 43 ◦ blue 82

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

Shades of Rose Bud Cherry #882B52

Tints of Rose Bud Cherry #882B52

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.48%

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

R = 52.11%
G = 16.48%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#882B52 (or 0x882B52) is known color: Rose Bud Cherry. HEX triplet: 88, 2B and 52. RGB value is (136,43,82). Sum of RGB (Red+Green+Blue) = 136+43+82=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #882B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882B52 is #77D4AD. Grayscale: #4B4B4B. Windows color (decimal): -7853230 or 5385096. OLE color: 5385096.

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

Color convert

RGB 136 43 82 -
CMYK 0 0.68 0.40 0.47
HSL 334.84º 0.52% 0.35% -
HSV(B) 334.84º 0.68% 0.53% -
XYZ 12.54 7.57 8.78 -
YUV 75.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 136 43 82 0 0.68 0.40 0.47 334.84 0.52 0.35
Hex 88 2B 52 0 44 28 2F 14F 34 23
Octal 210 53 122 0 104 50 57 517 64 43
Binary 10001000 101011 1010010 0 1000100 101000 101111 101001111 110100 100011

Color Harmonies of #882B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B52

Black with #882B52

Text Example


Text Example

White with #882B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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