#853167

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

Shades of Rose Bud Cherry #853167

Tints of Rose Bud Cherry #853167

Color information

#853167 (or 0x853167) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 31 and 67. RGB value is (133,49,103). Sum of RGB (Red+Green+Blue) = 133+49+103=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853167 is #7ACE98. Grayscale: #505050. Windows color (decimal): -8048281 or 6762885. OLE color: 6762885.

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

Color convert

RGB13349103-
CMYK00.630.230.48
HSL321.43º46.15%35.69%-
HSV(B)321.43º63.16%52.16%-
XYZ13.228.1613.71-
YUV80.27140.83165.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=46.67%
G=17.19%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334910300.630.230.48321.4346.1535.69
Hex85316703F17301412e24
Octal2056114707727605015644
Binary100001011100011100111011111110111110000101000001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853167; }

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

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

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

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

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

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

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

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