#882962

Color #882962 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #882962

Tints of Rose Bud Cherry #882962

Color information

#882962 (or 0x882962) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 29 and 62. RGB value is (136,41,98). Sum of RGB (Red+Green+Blue) = 136+41+98=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #882962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882962 is #77D69D. Grayscale: #4B4B4B. Windows color (decimal): -7853726 or 6433160. OLE color: 6433160.

HSL color Cylindrical-coordinate representation of color #882962: hue angle of 324º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882962 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1364198-
CMYK00.700.280.47
HSL324º53.67%34.71%-
HSV(B)324º69.85%53.33%-
XYZ13.157.712.35-
YUV75.9140.47170.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 41 (16.41% from 255) = 14.91%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=49.45%
G=14.91%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136419800.700.280.4732453.6734.71
Hex8829620461C2F1443623
Octal21051142010634575046643
Binary1000100010100111000100100011011100101111101000100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882962; }

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

 H1.HeaderClassName
 {
   color: #882962;
 }
 .AnyTagClassName
 {
   color: #882962;
 }
</style>
background-color css

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

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

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

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

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

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