Html Css Color HEX #882864 Rose Bud Cherry

📋 copy color: '#882864'

red 136 ◦ green 40 ◦ blue 100

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

Shades of Rose Bud Cherry #882864

Tints of Rose Bud Cherry #882864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 49.28%
G = 14.49%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#882864 (or 0x882864) is known color: Rose Bud Cherry. HEX triplet: 88, 28 and 64. RGB value is (136,40,100). Sum of RGB (Red+Green+Blue) = 136+40+100=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #882864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882864 is #77D79B. Grayscale: #4B4B4B. Windows color (decimal): -7853980 or 6563976. OLE color: 6563976.

HSL color Cylindrical-coordinate representation of color #882864: hue angle of 322.5º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882864 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 100 -
CMYK 0 0.71 0.26 0.47
HSL 322.5º 0.55% 0.35% -
HSV(B) 322.5º 0.71% 0.53% -
XYZ 13.21 7.67 12.84 -
YUV 75.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 136 40 100 0 0.71 0.26 0.47 322.5 0.55 0.35
Hex 88 28 64 0 47 1A 2F 142 37 23
Octal 210 50 144 0 107 32 57 502 67 43
Binary 10001000 101000 1100100 0 1000111 11010 101111 101000010 110111 100011

Color Harmonies of #882864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882864

Black with #882864

Text Example


Text Example

White with #882864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882864; }

 p { color: rgb(136,40,100); }

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

background-color css

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

 a { background-color: rgb(136,40,100); }

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

border-color css

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

 span { border-color: rgb(136,40,100); }

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