Html Css Color HEX #882D5C Rose Bud Cherry

📋 copy color: '#882D5C'

red 136 ◦ green 45 ◦ blue 92

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

Shades of Rose Bud Cherry #882D5C

Tints of Rose Bud Cherry #882D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.48%

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 49.82%
G = 16.48%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#882D5C (or 0x882D5C) is known color: Rose Bud Cherry. HEX triplet: 88, 2D and 5C. RGB value is (136,45,92). Sum of RGB (Red+Green+Blue) = 136+45+92=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #882D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D5C is #77D2A3. Grayscale: #4D4D4D. Windows color (decimal): -7852708 or 6040968. OLE color: 6040968.

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

Color convert

RGB 136 45 92 -
CMYK 0 0.67 0.32 0.47
HSL 329.01º 0.5% 0.35% -
HSV(B) 329.01º 0.67% 0.53% -
XYZ 13.02 7.88 10.96 -
YUV 77.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 136 45 92 0 0.67 0.32 0.47 329.01 0.5 0.35
Hex 88 2D 5C 0 43 20 2F 149 32 23
Octal 210 55 134 0 103 40 57 511 62 43
Binary 10001000 101101 1011100 0 1000011 100000 101111 101001001 110010 100011

Color Harmonies of #882D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882D5C

Black with #882D5C

Text Example


Text Example

White with #882D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,45,92); }

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

background-color css

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

 a { background-color: rgb(136,45,92); }

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

border-color css

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

 span { border-color: rgb(136,45,92); }

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