Html Css Color HEX #881A4D Rose Bud Cherry

📋 copy color: '#881A4D'

red 136 ◦ green 26 ◦ blue 77

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

Shades of Rose Bud Cherry #881A4D

Tints of Rose Bud Cherry #881A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.88%

 BLUE value IS 77 (30.47% from 255) = 32.22%

R = 56.9%
G = 10.88%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#881A4D (or 0x881A4D) is known color: Rose Bud Cherry. HEX triplet: 88, 1A and 4D. RGB value is (136,26,77). Sum of RGB (Red+Green+Blue) = 136+26+77=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #881A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A4D is #77E5B2. Grayscale: #404040. Windows color (decimal): -7857587 or 5053064. OLE color: 5053064.

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

Color convert

RGB 136 26 77 -
CMYK 0 0.81 0.43 0.47
HSL 332.18º 0.68% 0.32% -
HSV(B) 332.18º 0.81% 0.53% -
XYZ 11.86 6.51 7.65 -
YUV 64.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 136 26 77 0 0.81 0.43 0.47 332.18 0.68 0.32
Hex 88 1A 4D 0 51 2B 2F 14C 44 20
Octal 210 32 115 0 121 53 57 514 104 40
Binary 10001000 11010 1001101 0 1010001 101011 101111 101001100 1000100 100000

Color Harmonies of #881A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A4D

Black with #881A4D

Text Example


Text Example

White with #881A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,26,77); }

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

background-color css

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

 a { background-color: rgb(136,26,77); }

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

border-color css

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

 span { border-color: rgb(136,26,77); }

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