Html Css Color HEX #881B54 Rose Bud Cherry

📋 copy color: '#881B54'

red 136 ◦ green 27 ◦ blue 84

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

Shades of Rose Bud Cherry #881B54

Tints of Rose Bud Cherry #881B54

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.93%

 BLUE value IS 84 (33.2% from 255) = 34.01%

R = 55.06%
G = 10.93%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#881B54 (or 0x881B54) is known color: Rose Bud Cherry. HEX triplet: 88, 1B and 54. RGB value is (136,27,84). Sum of RGB (Red+Green+Blue) = 136+27+84=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #881B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881B54 is #77E4AB. Grayscale: #414141. Windows color (decimal): -7857324 or 5512072. OLE color: 5512072.

HSL color Cylindrical-coordinate representation of color #881B54: hue angle of 328.62º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B54 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 27 84 -
CMYK 0 0.80 0.38 0.47
HSL 328.62º 0.67% 0.32% -
HSV(B) 328.62º 0.8% 0.53% -
XYZ 12.15 6.66 9.03 -
YUV 66.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 136 27 84 0 0.80 0.38 0.47 328.62 0.67 0.32
Hex 88 1B 54 0 50 26 2F 149 43 20
Octal 210 33 124 0 120 46 57 511 103 40
Binary 10001000 11011 1010100 0 1010000 100110 101111 101001001 1000011 100000

Color Harmonies of #881B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881B54

Black with #881B54

Text Example


Text Example

White with #881B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881B54; }

 p { color: rgb(136,27,84); }

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

background-color css

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

 a { background-color: rgb(136,27,84); }

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

border-color css

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

 span { border-color: rgb(136,27,84); }

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