Html Css Color HEX #882061 Rose Bud Cherry

📋 copy color: '#882061'

red 136 ◦ green 32 ◦ blue 97

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

Shades of Rose Bud Cherry #882061

Tints of Rose Bud Cherry #882061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 51.32%
G = 12.08%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#882061 (or 0x882061) is known color: Rose Bud Cherry. HEX triplet: 88, 20 and 61. RGB value is (136,32,97). Sum of RGB (Red+Green+Blue) = 136+32+97=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #882061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882061 is #77DF9E. Grayscale: #464646. Windows color (decimal): -7856031 or 6365320. OLE color: 6365320.

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

Color convert

RGB 136 32 97 -
CMYK 0 0.76 0.29 0.47
HSL 322.5º 0.62% 0.33% -
HSV(B) 322.5º 0.76% 0.53% -
XYZ 12.83 7.13 12.01 -
YUV 70.51 142.96 174.71 -
System Red Green Blue C M Y K H S L
Decimal 136 32 97 0 0.76 0.29 0.47 322.5 0.62 0.33
Hex 88 20 61 0 4C 1D 2F 142 3E 21
Octal 210 40 141 0 114 35 57 502 76 41
Binary 10001000 100000 1100001 0 1001100 11101 101111 101000010 111110 100001

Color Harmonies of #882061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882061

Black with #882061

Text Example


Text Example

White with #882061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882061; }

 p { color: rgb(136,32,97); }

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

background-color css

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

 a { background-color: rgb(136,32,97); }

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

border-color css

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

 span { border-color: rgb(136,32,97); }

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