#882353

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

Shades of Rose Bud Cherry #882353

Tints of Rose Bud Cherry #882353

Color information

#882353 (or 0x882353) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 23 and 53. RGB value is (136,35,83). Sum of RGB (Red+Green+Blue) = 136+35+83=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #882353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882353 is #77DCAC. Grayscale: #464646. Windows color (decimal): -7855277 or 5448584. OLE color: 5448584.

HSL color Cylindrical-coordinate representation of color #882353: hue angle of 331.49º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882353 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1363583-
CMYK00.740.390.47
HSL331.49º59.06%33.53%-
HSV(B)331.49º74.26%53.33%-
XYZ12.327.068.9-
YUV70.67134.96174.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 35 (14.06% from 255) = 13.78%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=53.54%
G=13.78%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136358300.740.390.47331.4959.0633.53
Hex88235304A272F14b3b22
Octal21043123011247575137342
Binary10001000100011101001101001010100111101111101001011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882353; }

 p { color: rgb(136,35,83); }

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

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

 a { background-color: rgb(136,35,83); }

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

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

 span { border-color: rgb(136,35,83); }

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