Html Css Color HEX #882852 Rose Bud Cherry

📋 copy color: '#882852'

red 136 ◦ green 40 ◦ blue 82

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

Shades of Rose Bud Cherry #882852

Tints of Rose Bud Cherry #882852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

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

R = 52.71%
G = 15.5%
B = 31.78%

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

#882852 (or 0x882852) is known color: Rose Bud Cherry. HEX triplet: 88, 28 and 52. RGB value is (136,40,82). Sum of RGB (Red+Green+Blue) = 136+40+82=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #882852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882852 is #77D7AD. Grayscale: #494949. Windows color (decimal): -7853998 or 5384328. OLE color: 5384328.

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

Color convert

RGB 136 40 82 -
CMYK 0 0.71 0.40 0.47
HSL 333.75º 0.55% 0.35% -
HSV(B) 333.75º 0.71% 0.53% -
XYZ 12.44 7.36 8.75 -
YUV 73.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 136 40 82 0 0.71 0.40 0.47 333.75 0.55 0.35
Hex 88 28 52 0 47 28 2F 14E 37 23
Octal 210 50 122 0 107 50 57 516 67 43
Binary 10001000 101000 1010010 0 1000111 101000 101111 101001110 110111 100011

Color Harmonies of #882852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882852

Black with #882852

Text Example


Text Example

White with #882852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882852; }

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

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

background-color css

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

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

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

border-color css

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

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

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