Html Css Color HEX #881855 Rose Bud Cherry

📋 copy color: '#881855'

red 136 ◦ green 24 ◦ blue 85

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

Shades of Rose Bud Cherry #881855

Tints of Rose Bud Cherry #881855

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.8%

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 55.51%
G = 9.8%
B = 34.69%

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

#881855 (or 0x881855) is known color: Rose Bud Cherry. HEX triplet: 88, 18 and 55. RGB value is (136,24,85). Sum of RGB (Red+Green+Blue) = 136+24+85=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #881855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881855 is #77E7AA. Grayscale: #404040. Windows color (decimal): -7858091 or 5576840. OLE color: 5576840.

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

Color convert

RGB 136 24 85 -
CMYK 0 0.82 0.38 0.47
HSL 327.32º 0.7% 0.31% -
HSV(B) 327.32º 0.82% 0.53% -
XYZ 12.12 6.54 9.22 -
YUV 64.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 136 24 85 0 0.82 0.38 0.47 327.32 0.7 0.31
Hex 88 18 55 0 52 26 2F 147 46 1F
Octal 210 30 125 0 122 46 57 507 106 37
Binary 10001000 11000 1010101 0 1010010 100110 101111 101000111 1000110 11111

Color Harmonies of #881855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881855

Black with #881855

Text Example


Text Example

White with #881855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881855; }

 p { color: rgb(136,24,85); }

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

background-color css

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

 a { background-color: rgb(136,24,85); }

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

border-color css

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

 span { border-color: rgb(136,24,85); }

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