Html Css Color HEX #882E5D Rose Bud Cherry

📋 copy color: '#882E5D'

red 136 ◦ green 46 ◦ blue 93

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

Shades of Rose Bud Cherry #882E5D

Tints of Rose Bud Cherry #882E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.73%

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 49.45%
G = 16.73%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#882E5D (or 0x882E5D) is known color: Rose Bud Cherry. HEX triplet: 88, 2E and 5D. RGB value is (136,46,93). Sum of RGB (Red+Green+Blue) = 136+46+93=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #882E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882E5D is #77D1A2. Grayscale: #4E4E4E. Windows color (decimal): -7852451 or 6106760. OLE color: 6106760.

HSL color Cylindrical-coordinate representation of color #882E5D: hue angle of 328.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E5D is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 46 93 -
CMYK 0 0.66 0.32 0.47
HSL 328.67º 0.49% 0.36% -
HSV(B) 328.67º 0.66% 0.53% -
XYZ 13.11 7.98 11.21 -
YUV 78.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 136 46 93 0 0.66 0.32 0.47 328.67 0.49 0.36
Hex 88 2E 5D 0 42 20 2F 149 31 24
Octal 210 56 135 0 102 40 57 511 61 44
Binary 10001000 101110 1011101 0 1000010 100000 101111 101001001 110001 100100

Color Harmonies of #882E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E5D

Black with #882E5D

Text Example


Text Example

White with #882E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,46,93); }

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

background-color css

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

 a { background-color: rgb(136,46,93); }

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

border-color css

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

 span { border-color: rgb(136,46,93); }

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