#853467

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

Shades of Rose Bud Cherry #853467

Tints of Rose Bud Cherry #853467

Color information

#853467 (or 0x853467) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 67. RGB value is (133,52,103). Sum of RGB (Red+Green+Blue) = 133+52+103=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #853467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853467 is #7ACB98. Grayscale: #515151. Windows color (decimal): -8047513 or 6763653. OLE color: 6763653.

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

Color convert

RGB13352103-
CMYK00.610.230.48
HSL322.22º43.78%36.27%-
HSV(B)322.22º60.9%52.16%-
XYZ13.358.4213.75-
YUV82.03139.84164.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 103 (40.62% from 255) = 35.76%
R=46.18%
G=18.06%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335210300.610.230.48322.2243.7836.27
Hex85346703D17301422c24
Octal2056414707527605025444
Binary100001011101001100111011110110111110000101000010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853467; }

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

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

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

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

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

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

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

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