Html Css Color HEX #881F4E Rose Bud Cherry

📋 copy color: '#881F4E'

red 136 ◦ green 31 ◦ blue 78

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

Shades of Rose Bud Cherry #881F4E

Tints of Rose Bud Cherry #881F4E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.65%

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

R = 55.51%
G = 12.65%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#881F4E (or 0x881F4E) is known color: Rose Bud Cherry. HEX triplet: 88, 1F and 4E. RGB value is (136,31,78). Sum of RGB (Red+Green+Blue) = 136+31+78=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #881F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881F4E is #77E0B1. Grayscale: #434343. Windows color (decimal): -7856306 or 5119880. OLE color: 5119880.

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

Color convert

RGB 136 31 78 -
CMYK 0 0.77 0.43 0.47
HSL 333.14º 0.63% 0.33% -
HSV(B) 333.14º 0.77% 0.53% -
XYZ 12.02 6.76 7.88 -
YUV 67.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 136 31 78 0 0.77 0.43 0.47 333.14 0.63 0.33
Hex 88 1F 4E 0 4D 2B 2F 14D 3F 21
Octal 210 37 116 0 115 53 57 515 77 41
Binary 10001000 11111 1001110 0 1001101 101011 101111 101001101 111111 100001

Color Harmonies of #881F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881F4E

Black with #881F4E

Text Example


Text Example

White with #881F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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