Html Css Color HEX #881954 Rose Bud Cherry

📋 copy color: '#881954'

red 136 ◦ green 25 ◦ blue 84

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

Shades of Rose Bud Cherry #881954

Tints of Rose Bud Cherry #881954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

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

R = 55.51%
G = 10.2%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#881954 (or 0x881954) is known color: Rose Bud Cherry. HEX triplet: 88, 19 and 54. RGB value is (136,25,84). Sum of RGB (Red+Green+Blue) = 136+25+84=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #881954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881954 is #77E6AB. Grayscale: #404040. Windows color (decimal): -7857836 or 5511560. OLE color: 5511560.

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

Color convert

RGB 136 25 84 -
CMYK 0 0.82 0.38 0.47
HSL 328.11º 0.69% 0.32% -
HSV(B) 328.11º 0.82% 0.53% -
XYZ 12.1 6.57 9.02 -
YUV 64.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 136 25 84 0 0.82 0.38 0.47 328.11 0.69 0.32
Hex 88 19 54 0 52 26 2F 148 45 20
Octal 210 31 124 0 122 46 57 510 105 40
Binary 10001000 11001 1010100 0 1010010 100110 101111 101001000 1000101 100000

Color Harmonies of #881954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881954

Black with #881954

Text Example


Text Example

White with #881954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881954; }

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

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

background-color css

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

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

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

border-color css

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

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

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