Html Css Color HEX #882B5C Rose Bud Cherry

📋 copy color: '#882B5C'

red 136 ◦ green 43 ◦ blue 92

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

Shades of Rose Bud Cherry #882B5C

Tints of Rose Bud Cherry #882B5C

RGB

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

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

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

R = 50.18%
G = 15.87%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#882B5C (or 0x882B5C) is known color: Rose Bud Cherry. HEX triplet: 88, 2B and 5C. RGB value is (136,43,92). Sum of RGB (Red+Green+Blue) = 136+43+92=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #882B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882B5C is #77D4A3. Grayscale: #4C4C4C. Windows color (decimal): -7853220 or 6040456. OLE color: 6040456.

HSL color Cylindrical-coordinate representation of color #882B5C: hue angle of 328.39º 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 #882B5C is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 43 92 -
CMYK 0 0.68 0.32 0.47
HSL 328.39º 0.52% 0.35% -
HSV(B) 328.39º 0.68% 0.53% -
XYZ 12.95 7.73 10.94 -
YUV 76.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 136 43 92 0 0.68 0.32 0.47 328.39 0.52 0.35
Hex 88 2B 5C 0 44 20 2F 148 34 23
Octal 210 53 134 0 104 40 57 510 64 43
Binary 10001000 101011 1011100 0 1000100 100000 101111 101001000 110100 100011

Color Harmonies of #882B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882B5C

Black with #882B5C

Text Example


Text Example

White with #882B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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