Html Css Color HEX #881C5A Rose Bud Cherry

📋 copy color: '#881C5A'

red 136 ◦ green 28 ◦ blue 90

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

Shades of Rose Bud Cherry #881C5A

Tints of Rose Bud Cherry #881C5A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.02%

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 53.54%
G = 11.02%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#881C5A (or 0x881C5A) is known color: Rose Bud Cherry. HEX triplet: 88, 1C and 5A. RGB value is (136,28,90). Sum of RGB (Red+Green+Blue) = 136+28+90=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #881C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881C5A is #77E3A5. Grayscale: #434343. Windows color (decimal): -7857062 or 5905544. OLE color: 5905544.

HSL color Cylindrical-coordinate representation of color #881C5A: hue angle of 325.56º degrees, saturation: 0.66, 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 #881C5A is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 28 90 -
CMYK 0 0.79 0.34 0.47
HSL 325.56º 0.66% 0.32% -
HSV(B) 325.56º 0.79% 0.53% -
XYZ 12.41 6.8 10.33 -
YUV 67.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 136 28 90 0 0.79 0.34 0.47 325.56 0.66 0.32
Hex 88 1C 5A 0 4F 22 2F 146 42 20
Octal 210 34 132 0 117 42 57 506 102 40
Binary 10001000 11100 1011010 0 1001111 100010 101111 101000110 1000010 100000

Color Harmonies of #881C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C5A

Black with #881C5A

Text Example


Text Example

White with #881C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,28,90); }

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

background-color css

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

 a { background-color: rgb(136,28,90); }

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

border-color css

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

 span { border-color: rgb(136,28,90); }

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