Html Css Color HEX #881455 Rose Bud Cherry

📋 copy color: '#881455'

red 136 ◦ green 20 ◦ blue 85

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

Shades of Rose Bud Cherry #881455

Tints of Rose Bud Cherry #881455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

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

R = 56.43%
G = 8.3%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#881455 (or 0x881455) is known color: Rose Bud Cherry. HEX triplet: 88, 14 and 55. RGB value is (136,20,85). Sum of RGB (Red+Green+Blue) = 136+20+85=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #881455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881455 is #77EBAA. Grayscale: #3D3D3D. Windows color (decimal): -7859115 or 5575816. OLE color: 5575816.

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

Color convert

RGB 136 20 85 -
CMYK 0 0.85 0.38 0.47
HSL 326.38º 0.74% 0.31% -
HSV(B) 326.38º 0.85% 0.53% -
XYZ 12.04 6.39 9.19 -
YUV 62.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 136 20 85 0 0.85 0.38 0.47 326.38 0.74 0.31
Hex 88 14 55 0 55 26 2F 146 4A 1F
Octal 210 24 125 0 125 46 57 506 112 37
Binary 10001000 10100 1010101 0 1010101 100110 101111 101000110 1001010 11111

Color Harmonies of #881455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881455

Black with #881455

Text Example


Text Example

White with #881455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881455; }

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

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

background-color css

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

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

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

border-color css

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

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

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