Html Css Color HEX #881351 Rose Bud Cherry

📋 copy color: '#881351'

red 136 ◦ green 19 ◦ blue 81

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

Shades of Rose Bud Cherry #881351

Tints of Rose Bud Cherry #881351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 81 (32.03% from 255) = 34.32%

R = 57.63%
G = 8.05%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#881351 (or 0x881351) is known color: Rose Bud Cherry. HEX triplet: 88, 13 and 51. RGB value is (136,19,81). Sum of RGB (Red+Green+Blue) = 136+19+81=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #881351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881351 is #77ECAE. Grayscale: #3C3C3C. Windows color (decimal): -7859375 or 5313416. OLE color: 5313416.

HSL color Cylindrical-coordinate representation of color #881351: hue angle of 328.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881351 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 19 81 -
CMYK 0 0.86 0.40 0.47
HSL 328.21º 0.75% 0.3% -
HSV(B) 328.21º 0.86% 0.53% -
XYZ 11.87 6.29 8.37 -
YUV 61.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 136 19 81 0 0.86 0.40 0.47 328.21 0.75 0.3
Hex 88 13 51 0 56 28 2F 148 4B 1E
Octal 210 23 121 0 126 50 57 510 113 36
Binary 10001000 10011 1010001 0 1010110 101000 101111 101001000 1001011 11110

Color Harmonies of #881351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881351

Black with #881351

Text Example


Text Example

White with #881351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881351; }

 p { color: rgb(136,19,81); }

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

background-color css

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

 a { background-color: rgb(136,19,81); }

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

border-color css

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

 span { border-color: rgb(136,19,81); }

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