Html Css Color HEX #881D4E Rose Bud Cherry

📋 copy color: '#881D4E'

red 136 ◦ green 29 ◦ blue 78

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

Shades of Rose Bud Cherry #881D4E

Tints of Rose Bud Cherry #881D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.93%

 BLUE value IS 78 (30.86% from 255) = 32.1%

R = 55.97%
G = 11.93%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#881D4E (or 0x881D4E) is known color: Rose Bud Cherry. HEX triplet: 88, 1D and 4E. RGB value is (136,29,78). Sum of RGB (Red+Green+Blue) = 136+29+78=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #881D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881D4E is #77E2B1. Grayscale: #424242. Windows color (decimal): -7856818 or 5119368. OLE color: 5119368.

HSL color Cylindrical-coordinate representation of color #881D4E: hue angle of 332.52º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881D4E is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 29 78 -
CMYK 0 0.79 0.43 0.47
HSL 332.52º 0.65% 0.32% -
HSV(B) 332.52º 0.79% 0.53% -
XYZ 11.97 6.66 7.86 -
YUV 66.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 136 29 78 0 0.79 0.43 0.47 332.52 0.65 0.32
Hex 88 1D 4E 0 4F 2B 2F 14D 41 20
Octal 210 35 116 0 117 53 57 515 101 40
Binary 10001000 11101 1001110 0 1001111 101011 101111 101001101 1000001 100000

Color Harmonies of #881D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881D4E

Black with #881D4E

Text Example


Text Example

White with #881D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,29,78); }

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

background-color css

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

 a { background-color: rgb(136,29,78); }

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

border-color css

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

 span { border-color: rgb(136,29,78); }

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