Html Css Color HEX #882F62 Rose Bud Cherry

📋 copy color: '#882F62'

red 136 ◦ green 47 ◦ blue 98

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

Shades of Rose Bud Cherry #882F62

Tints of Rose Bud Cherry #882F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.88%

R = 48.4%
G = 16.73%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#882F62 (or 0x882F62) is known color: Rose Bud Cherry. HEX triplet: 88, 2F and 62. RGB value is (136,47,98). Sum of RGB (Red+Green+Blue) = 136+47+98=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #882F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F62 is #77D09D. Grayscale: #4F4F4F. Windows color (decimal): -7852190 or 6434696. OLE color: 6434696.

HSL color Cylindrical-coordinate representation of color #882F62: hue angle of 325.62º 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 #882F62 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 47 98 -
CMYK 0 0.65 0.28 0.47
HSL 325.62º 0.49% 0.36% -
HSV(B) 325.62º 0.65% 0.53% -
XYZ 13.37 8.15 12.42 -
YUV 79.43 138.49 168.35 -
System Red Green Blue C M Y K H S L
Decimal 136 47 98 0 0.65 0.28 0.47 325.62 0.49 0.36
Hex 88 2F 62 0 41 1C 2F 146 31 24
Octal 210 57 142 0 101 34 57 506 61 44
Binary 10001000 101111 1100010 0 1000001 11100 101111 101000110 110001 100100

Color Harmonies of #882F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882F62

Black with #882F62

Text Example


Text Example

White with #882F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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