Html Css Color HEX #881E5D Rose Bud Cherry

📋 copy color: '#881E5D'

red 136 ◦ green 30 ◦ blue 93

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

Shades of Rose Bud Cherry #881E5D

Tints of Rose Bud Cherry #881E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 52.51%
G = 11.58%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#881E5D (or 0x881E5D) is known color: Rose Bud Cherry. HEX triplet: 88, 1E and 5D. RGB value is (136,30,93). Sum of RGB (Red+Green+Blue) = 136+30+93=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #881E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881E5D is #77E1A2. Grayscale: #444444. Windows color (decimal): -7856547 or 6102664. OLE color: 6102664.

HSL color Cylindrical-coordinate representation of color #881E5D: hue angle of 324.34º 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 #881E5D is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 93 -
CMYK 0 0.78 0.32 0.47
HSL 324.34º 0.64% 0.33% -
HSV(B) 324.34º 0.78% 0.53% -
XYZ 12.59 6.95 11.03 -
YUV 68.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 136 30 93 0 0.78 0.32 0.47 324.34 0.64 0.33
Hex 88 1E 5D 0 4E 20 2F 144 40 21
Octal 210 36 135 0 116 40 57 504 100 41
Binary 10001000 11110 1011101 0 1001110 100000 101111 101000100 1000000 100001

Color Harmonies of #881E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E5D

Black with #881E5D

Text Example


Text Example

White with #881E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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