#882253

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

Shades of Rose Bud Cherry #882253

Tints of Rose Bud Cherry #882253

Color information

#882253 (or 0x882253) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 22 and 53. RGB value is (136,34,83). Sum of RGB (Red+Green+Blue) = 136+34+83=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #882253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882253 is #77DDAC. Grayscale: #454545. Windows color (decimal): -7855533 or 5448328. OLE color: 5448328.

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

Color convert

RGB1363483-
CMYK00.750.390.47
HSL331.18º60%33.33%-
HSV(B)331.18º75%53.33%-
XYZ12.2978.89-
YUV70.08135.29175.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=53.75%
G=13.44%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136348300.750.390.47331.186033.33
Hex88225304B272F14b3c21
Octal21042123011347575137441
Binary10001000100010101001101001011100111101111101001011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882253; }

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

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

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

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

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

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

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

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