#873769

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

Shades of Rose Bud Cherry #873769

Tints of Rose Bud Cherry #873769

Color information

#873769 (or 0x873769) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 37 and 69. RGB value is (135,55,105). Sum of RGB (Red+Green+Blue) = 135+55+105=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #873769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873769 is #78C896. Grayscale: #545454. Windows color (decimal): -7915671 or 6895495. OLE color: 6895495.

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

Color convert

RGB13555105-
CMYK00.590.220.47
HSL322.5º42.11%37.25%-
HSV(B)322.5º59.26%52.94%-
XYZ13.918.914.35-
YUV84.62139.5163.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=45.76%
G=18.64%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355510500.590.220.47322.542.1137.25
Hex87376903B162F1422a25
Octal2076715107326575025245
Binary100001111101111101001011101110110101111101000010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873769; }

 p { color: rgb(135,55,105); }

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

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

 a { background-color: rgb(135,55,105); }

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

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

 span { border-color: rgb(135,55,105); }

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