#853767

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

Shades of Rose Bud Cherry #853767

Tints of Rose Bud Cherry #853767

Color information

#853767 (or 0x853767) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 37 and 67. RGB value is (133,55,103). Sum of RGB (Red+Green+Blue) = 133+55+103=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #853767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853767 is #7AC898. Grayscale: #535353. Windows color (decimal): -8046745 or 6764421. OLE color: 6764421.

HSL color Cylindrical-coordinate representation of color #853767: hue angle of 323.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853767 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13355103-
CMYK00.590.230.48
HSL323.08º41.49%36.86%-
HSV(B)323.08º58.65%52.16%-
XYZ13.498.713.8-
YUV83.79138.84163.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 55 (21.88% from 255) = 18.90%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=45.70%
G=18.90%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335510300.590.230.48323.0841.4936.86
Hex85376703B17301432925
Octal2056714707327605035145
Binary100001011101111100111011101110111110000101000011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853767; }

 p { color: rgb(133,55,103); }

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

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

 a { background-color: rgb(133,55,103); }

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

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

 span { border-color: rgb(133,55,103); }

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