Html Css Color HEX #882557 Rose Bud Cherry

📋 copy color: '#882557'

red 136 ◦ green 37 ◦ blue 87

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

Shades of Rose Bud Cherry #882557

Tints of Rose Bud Cherry #882557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.23%

 BLUE value IS 87 (34.38% from 255) = 33.46%

R = 52.31%
G = 14.23%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#882557 (or 0x882557) is known color: Rose Bud Cherry. HEX triplet: 88, 25 and 57. RGB value is (136,37,87). Sum of RGB (Red+Green+Blue) = 136+37+87=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #882557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882557 is #77DAA8. Grayscale: #484848. Windows color (decimal): -7854761 or 5711240. OLE color: 5711240.

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

Color convert

RGB 136 37 87 -
CMYK 0 0.73 0.36 0.47
HSL 329.7º 0.57% 0.34% -
HSV(B) 329.7º 0.73% 0.53% -
XYZ 12.54 7.25 9.75 -
YUV 72.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 136 37 87 0 0.73 0.36 0.47 329.7 0.57 0.34
Hex 88 25 57 0 49 24 2F 14A 39 22
Octal 210 45 127 0 111 44 57 512 71 42
Binary 10001000 100101 1010111 0 1001001 100100 101111 101001010 111001 100010

Color Harmonies of #882557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882557

Black with #882557

Text Example


Text Example

White with #882557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882557; }

 p { color: rgb(136,37,87); }

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

background-color css

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

 a { background-color: rgb(136,37,87); }

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

border-color css

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

 span { border-color: rgb(136,37,87); }

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