#883768

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

Shades of Rose Bud Cherry #883768

Tints of Rose Bud Cherry #883768

Color information

#883768 (or 0x883768) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 37 and 68. RGB value is (136,55,104). Sum of RGB (Red+Green+Blue) = 136+55+104=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #883768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883768 is #77C897. Grayscale: #545454. Windows color (decimal): -7850136 or 6829960. OLE color: 6829960.

HSL color Cylindrical-coordinate representation of color #883768: hue angle of 323.7º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #883768 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13655104-
CMYK00.600.240.47
HSL323.7º42.41%37.45%-
HSV(B)323.7º59.56%53.33%-
XYZ14.028.9714.09-
YUV84.8138.84164.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=46.10%
G=18.64%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365510400.600.240.47323.742.4137.45
Hex88376803C182F1442a25
Octal2106715007430575045245
Binary100010001101111101000011110011000101111101000100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883768; }

 p { color: rgb(136,55,104); }

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

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

 a { background-color: rgb(136,55,104); }

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

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

 span { border-color: rgb(136,55,104); }

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