#883353

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

Shades of Rose Bud Cherry #883353

Tints of Rose Bud Cherry #883353

Color information

#883353 (or 0x883353) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 33 and 53. RGB value is (136,51,83). Sum of RGB (Red+Green+Blue) = 136+51+83=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #883353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883353 is #77CCAC. Grayscale: #505050. Windows color (decimal): -7851181 or 5452680. OLE color: 5452680.

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

Color convert

RGB1365183-
CMYK00.620.390.47
HSL337.41º45.45%36.67%-
HSV(B)337.41º62.5%53.33%-
XYZ12.98.239.09-
YUV80.06129.66167.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 83 (32.81% from 255) = 30.74%
R=50.37%
G=18.89%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136518300.620.390.47337.4145.4536.67
Hex88335303E272F1512d25
Octal2106312307647575215545
Binary1000100011001110100110111110100111101111101010001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883353; }

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

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

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

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

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

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

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

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