Html Css Color HEX #881E60 Rose Bud Cherry

📋 copy color: '#881E60'

red 136 ◦ green 30 ◦ blue 96

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

Shades of Rose Bud Cherry #881E60

Tints of Rose Bud Cherry #881E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.45%

 BLUE value IS 96 (37.89% from 255) = 36.64%

R = 51.91%
G = 11.45%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#881E60 (or 0x881E60) is known color: Rose Bud Cherry. HEX triplet: 88, 1E and 60. RGB value is (136,30,96). Sum of RGB (Red+Green+Blue) = 136+30+96=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #881E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881E60 is #77E19F. Grayscale: #454545. Windows color (decimal): -7856544 or 6299272. OLE color: 6299272.

HSL color Cylindrical-coordinate representation of color #881E60: hue angle of 322.64º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E60 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 96 -
CMYK 0 0.78 0.29 0.47
HSL 322.64º 0.64% 0.33% -
HSV(B) 322.64º 0.78% 0.53% -
XYZ 12.73 7.01 11.75 -
YUV 69.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 136 30 96 0 0.78 0.29 0.47 322.64 0.64 0.33
Hex 88 1E 60 0 4E 1D 2F 143 40 21
Octal 210 36 140 0 116 35 57 503 100 41
Binary 10001000 11110 1100000 0 1001110 11101 101111 101000011 1000000 100001

Color Harmonies of #881E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E60

Black with #881E60

Text Example


Text Example

White with #881E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,30,96); }

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

background-color css

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

 a { background-color: rgb(136,30,96); }

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

border-color css

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

 span { border-color: rgb(136,30,96); }

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