Html Css Color HEX #882F64 Rose Bud Cherry

📋 copy color: '#882F64'

red 136 ◦ green 47 ◦ blue 100

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

Shades of Rose Bud Cherry #882F64

Tints of Rose Bud Cherry #882F64

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.61%

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

R = 48.06%
G = 16.61%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#882F64 (or 0x882F64) is known color: Rose Bud Cherry. HEX triplet: 88, 2F and 64. RGB value is (136,47,100). Sum of RGB (Red+Green+Blue) = 136+47+100=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #882F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F64 is #77D09B. Grayscale: #4F4F4F. Windows color (decimal): -7852188 or 6565768. OLE color: 6565768.

HSL color Cylindrical-coordinate representation of color #882F64: hue angle of 324.27º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F64 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 47 100 -
CMYK 0 0.65 0.26 0.47
HSL 324.27º 0.49% 0.36% -
HSV(B) 324.27º 0.65% 0.53% -
XYZ 13.47 8.19 12.93 -
YUV 79.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 136 47 100 0 0.65 0.26 0.47 324.27 0.49 0.36
Hex 88 2F 64 0 41 1A 2F 144 31 24
Octal 210 57 144 0 101 32 57 504 61 44
Binary 10001000 101111 1100100 0 1000001 11010 101111 101000100 110001 100100

Color Harmonies of #882F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F64

Black with #882F64

Text Example


Text Example

White with #882F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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